create MethodStatic

create a new Plane3dByOriginAndUnitNormal with given origin and normal.

  • The inputs are NOT captured.
  • Returns undefined if the normal vector is all zeros.

create(origin: Point3d, normal: Vector3d, result?: Plane3dByOriginAndUnitNormal): Plane3dByOriginAndUnitNormal | undefined

Parameter Type Description
origin Point3d  
normal Vector3d  
result Plane3dByOriginAndUnitNormal  

Defined in

Last Updated: 08 January, 2020