Uses of Enum
toxi.geom.Line2D.LineIntersection.Type
-
Uses of Line2D.LineIntersection.Type in toxi.geom
Modifier and TypeMethodDescriptionLine2D.LineIntersection.getType()
Returns intersection type enum.static Line2D.LineIntersection.Type
Returns the enum constant of this type with the specified name.static Line2D.LineIntersection.Type[]
Line2D.LineIntersection.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionLineIntersection
(Line2D.LineIntersection.Type type, ReadonlyVec2D pos, float ua, float ub)