Uses of Enum
org.web3d.util.spatial.Vec3DDouble.Axis
Packages that use Vec3DDouble.Axis
-
Uses of Vec3DDouble.Axis in org.web3d.util.spatial
Methods in org.web3d.util.spatial that return Vec3DDouble.AxisModifier and TypeMethodDescriptionstatic Vec3DDouble.Axis
Returns the enum constant of this type with the specified name.static Vec3DDouble.Axis[]
Vec3DDouble.Axis.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.web3d.util.spatial with parameters of type Vec3DDouble.AxisModifier and TypeMethodDescriptiondouble
ReadonlyVec3DDouble.getComponent
(Vec3DDouble.Axis id) final double
Vec3DDouble.getComponent
(Vec3DDouble.Axis id) final Vec3DDouble
Vec3DDouble.setComponent
(Vec3DDouble.Axis id, double val)