Uses of Class
be.yildizgames.common.geometry.Axis
-
-
Uses of Axis in be.yildizgames.common.geometry
Methods in be.yildizgames.common.geometry that return Axis Modifier and Type Method Description static AxisAxis. valueOf(String name)Returns the enum constant of this type with the specified name.static Axis[]Axis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.yildizgames.common.geometry with parameters of type Axis Modifier and Type Method Description floatPoint3D. getAngle(Axis axis)Get this point angle.
-