Uses of Class
mgui.geometry.volume.VolumeFunctions.VolumeAxis
Package | Description |
---|---|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
-
Uses of VolumeFunctions.VolumeAxis in mgui.geometry.volume
Methods in mgui.geometry.volume that return VolumeFunctions.VolumeAxis Modifier and Type Method Description static VolumeFunctions.VolumeAxis
VolumeFunctions.VolumeAxis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VolumeFunctions.VolumeAxis[]
VolumeFunctions.VolumeAxis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.geometry.volume with parameters of type VolumeFunctions.VolumeAxis Modifier and Type Method Description static Volume3DInt
VolumeFunctions. applyRotation(VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle, Volume3DInt volume, InterfaceProgressBar progress_bar)
Rotates aGrid3D
about one of its basis vectors (axes), either 90, 180, or 270 degrees, resizes the relevant dimensions, and returns the new grid.static Volume3DInt
VolumeFunctions. applyRotationBlocking(VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle, Volume3DInt volume)
Rotates aGrid3D
about one of its basis vectors (axes), either 90, 180, or 270 degrees, resizes the relevant dimensions, and returns the new grid.static Volume3DInt
VolumeFunctions. applyRotationBlocking(VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle, Volume3DInt volume, InterfaceProgressBar progress_bar)
Rotates aVolume3DInt
about one of its basis vectors (axes), either 90, 180, or 270 degrees, resizes the relevant dimensions, and returns the new grid.protected static Box3D
VolumeFunctions. getRotatedBox(Box3D box, VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle)
protected static int[]
VolumeFunctions. getRotatedDims(int[] dims, VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle)