Uses of Class
toxi.geom.Line3D

Packages that use Line3D
toxi.geom   
 

Uses of Line3D in toxi.geom
 

Methods in toxi.geom that return Line3D
 Line3D Line3D.copy()
           
 Line3D Ray3D.toLine3DWithPointAtDistance(float dist)
          Converts the ray into a 3D Line segment with its start point coinciding with the ray origin and its other end point at the given distance along the ray.