createNormalAndDistance MethodStatic

  • Create a ClipPlane with direct normal and signedDistance.
  • The vector is normalized for storage.

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

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

Returns - undefined | ClipPlane

Defined in

Last Updated: 30 November, 2023