Skip to main content

PlaneTransformOptions

Options accepted by plane() to offset and rotate a plane relative to its own axes. Rotations are composed together and applied around the plane's origin (after the offset is applied), so the plane tilts in place rather than orbiting the world origin.

Properties

PropertyTypeDescription
offsetnumberDistance to translate the plane along its normal (optional)
rotateXnumberRotation around the plane's X axis (in degrees) (optional)
rotateYnumberRotation around the plane's Y axis (in degrees) (optional)
rotateZnumberRotation around the plane's Z axis / normal (in degrees) (optional)