createNormalAndDistance MethodStatic

Create a ClipPlane with direct normal and signedDistance.

  • The vector is normalized for storage.

createNormalAndDistance(normal: Vector3d, distance: number, invisible: booleanfalse, interior: booleanfalse, result?: ClipPlane): undefined | ClipPlane

Parameter Type Description
normal Vector3d  
distance number  
invisible boolean  
interior boolean  
result ClipPlane  

Returns - undefined | ClipPlane

Defined in

Last Updated: 28 October, 2024