createUnitCrossProductToPoints MethodStatic

Return the NORMALIZED cross product of the vectors from origin to pointA and pointB, or undefined

  • the result is a vector
  • the result is perpendicular to both vectors, with right hand orientation
  • the magnitude of the vector is twice the area of the triangle.

createUnitCrossProductToPoints(origin: XYAndZ, pointA: XYAndZ, pointB: XYAndZ, result?: Vector3d): Vector3d | undefined

Parameter Type Description
origin XYAndZ  
pointA XYAndZ  
pointB XYAndZ  
result Vector3d  

Returns - Vector3d | undefined

Defined in

Last Updated: 28 April, 2026