Uses of Class
toxi.geom.Vec2D.Axis

Packages that use Vec2D.Axis
toxi.geom   
 

Uses of Vec2D.Axis in toxi.geom
 

Methods in toxi.geom that return Vec2D.Axis
static Vec2D.Axis Vec2D.Axis.valueOf(java.lang.String name)
          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.Axis
 float Vec2D.getComponent(Vec2D.Axis id)
           
 float ReadonlyVec2D.getComponent(Vec2D.Axis id)
           
 Vec2D Vec2D.setComponent(Vec2D.Axis id, float val)