Uses of Class
toxi.geom.Line3D.LineIntersection.Type

Packages that use Line3D.LineIntersection.Type
toxi.geom   
 

Uses of Line3D.LineIntersection.Type in toxi.geom
 

Methods in toxi.geom that return Line3D.LineIntersection.Type
 Line3D.LineIntersection.Type Line3D.LineIntersection.getType()
           
static Line3D.LineIntersection.Type Line3D.LineIntersection.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Line3D.LineIntersection.Type[] Line3D.LineIntersection.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.