Uses of Enum
toxi.geom.Vec2D.Axis
-
Uses of Vec2D.Axis in toxi.geom
Modifier and TypeMethodDescriptionstatic Vec2D.Axis
Returns the enum constant of this type with the specified name.static Vec2D.Axis[]
Vec2D.Axis.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfloat
ReadonlyVec2D.getComponent
(Vec2D.Axis id) float
Vec2D.getComponent
(Vec2D.Axis id) final Vec2D
Vec2D.setComponent
(Vec2D.Axis id, float val) -
Uses of Vec2D.Axis in toxi.physics2d.constraints
ModifierConstructorDescriptionAxisConstraint
(Vec2D.Axis axis, float constraint) MaxConstraint
(Vec2D.Axis axis, float threshold) MinConstraint
(Vec2D.Axis axis, float threshold)