Uses of Class
unikl.disco.nc.LinearSegment

Packages that use LinearSegment
unikl.disco.nc   
 

Uses of LinearSegment in unikl.disco.nc
 

Fields in unikl.disco.nc declared as LinearSegment
static LinearSegment LinearSegment.X_AXIS
           
 

Methods in unikl.disco.nc that return LinearSegment
 LinearSegment LinearSegment.copy()
          Returns a copy of this instance.
 

Methods in unikl.disco.nc with parameters of type LinearSegment
 void Curve.addSegment(int pos, LinearSegment s)
          Adds a LinearSegment at the location pos of the curve.
 void Curve.addSegment(LinearSegment s)
          Adds a LinearSegment to the end of the curve.
 double LinearSegment.getXIntersectionWith(LinearSegment other)
          Returns the x-coordinate at which a co-linear line through this segment intersects a co-linear line through the segment other.