Uses of Class
org.openmali.spatial.bodies.Line

Packages that use Line
org.openmali.spatial.bodies   
 

Uses of Line in org.openmali.spatial.bodies
 

Methods in org.openmali.spatial.bodies that return Line
 Line Line.clone()
          Creates a clone.
 

Methods in org.openmali.spatial.bodies with parameters of type Line
 boolean Line.equals(Line line)
          Checks if the given line equals this one.
 boolean Plane.intersects(Plane rkPlane1, Line rkLine)
          Computes the intersection line between this plane and incoming plane rkPlane1.
 void Line.set(Line line)
          Sets this line to be equal to the passed one.
 

Constructors in org.openmali.spatial.bodies with parameters of type Line
Line(Line template)
          Clone constructor.