Uses of Enum
org.web3d.util.spatial.TunnelRegion.Axis
Packages that use TunnelRegion.Axis
-
Uses of TunnelRegion.Axis in org.web3d.util.spatial
Methods in org.web3d.util.spatial that return TunnelRegion.AxisModifier and TypeMethodDescriptionTunnelRegion.getDir()Get the directionstatic TunnelRegion.AxisReturns the enum constant of this type with the specified name.static TunnelRegion.Axis[]TunnelRegion.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 TunnelRegion.AxisModifierConstructorDescriptionTunnelRegion(TunnelRegion.Axis dir, int loc1, int loc2, int height) Constructor.