Uses of Class
toxi.geom.Line3D.LineIntersection

Packages that use Line3D.LineIntersection
toxi.geom   
 

Uses of Line3D.LineIntersection in toxi.geom
 

Methods in toxi.geom that return Line3D.LineIntersection
 Line3D.LineIntersection Line3D.closestLineTo(Line3D l)
          Calculates the line segment that is the shortest route between this line and the given one.