Uses of Enum
org.web3d.util.spatial.SliceRegion.Axis
Packages that use SliceRegion.Axis
-
Uses of SliceRegion.Axis in org.web3d.util.spatial
Methods in org.web3d.util.spatial that return SliceRegion.AxisModifier and TypeMethodDescriptionSliceRegion.getDir()Get the directionstatic SliceRegion.AxisReturns the enum constant of this type with the specified name.static SliceRegion.Axis[]SliceRegion.Axis.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.web3d.util.spatial with parameters of type SliceRegion.AxisModifierConstructorDescriptionSliceRegion(SliceRegion.Axis dir, int loc, int height) Constructor.