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.volumeMethods in mgui.geometry.volume that return VolumeFunctions.VolumeAxis Modifier and Type Method Description static VolumeFunctions.VolumeAxisVolumeFunctions.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 Volume3DIntVolumeFunctions. applyRotation(VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle, Volume3DInt volume, InterfaceProgressBar progress_bar)Rotates aGrid3Dabout one of its basis vectors (axes), either 90, 180, or 270 degrees, resizes the relevant dimensions, and returns the new grid.static Volume3DIntVolumeFunctions. applyRotationBlocking(VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle, Volume3DInt volume)Rotates aGrid3Dabout one of its basis vectors (axes), either 90, 180, or 270 degrees, resizes the relevant dimensions, and returns the new grid.static Volume3DIntVolumeFunctions. applyRotationBlocking(VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle, Volume3DInt volume, InterfaceProgressBar progress_bar)Rotates aVolume3DIntabout one of its basis vectors (axes), either 90, 180, or 270 degrees, resizes the relevant dimensions, and returns the new grid.protected static Box3DVolumeFunctions. getRotatedBox(Box3D box, VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle)protected static int[]VolumeFunctions. getRotatedDims(int[] dims, VolumeFunctions.VolumeAxis axis, VolumeFunctions.VolumeRotationAngle angle)