Uses of Enum
toxi.geom.Vec2D.Axis
Packages that use Vec2D.Axis
-
Uses of Vec2D.Axis in toxi.geom
Methods in toxi.geom that return Vec2D.AxisModifier 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.Methods in toxi.geom with parameters of type Vec2D.AxisModifier 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
Fields in toxi.physics2d.constraints declared as Vec2D.AxisConstructors in toxi.physics2d.constraints with parameters of type Vec2D.AxisModifierConstructorDescriptionAxisConstraint
(Vec2D.Axis axis, float constraint) MaxConstraint
(Vec2D.Axis axis, float threshold) MinConstraint
(Vec2D.Axis axis, float threshold)