Uses of Enum
toxi.geom.Line2D.LineIntersection.Type
Packages that use Line2D.LineIntersection.Type
-
Uses of Line2D.LineIntersection.Type in toxi.geom
Methods in toxi.geom that return Line2D.LineIntersection.TypeModifier and TypeMethodDescriptionLine2D.LineIntersection.getType()Returns intersection type enum.static Line2D.LineIntersection.TypeReturns 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.Constructors in toxi.geom with parameters of type Line2D.LineIntersection.TypeModifierConstructorDescriptionLineIntersection(Line2D.LineIntersection.Type type, ReadonlyVec2D pos, float ua, float ub)