createCrossProductToPoints MethodStatic
Return the cross product of the vectors from origin to pointA and pointB.
- 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.
createCrossProductToPoints(origin: XYAndZ, pointA: XYAndZ, pointB: XYAndZ, result?: Vector3d): Vector3d
| Parameter | Type | Description |
|---|---|---|
| origin | XYAndZ | |
| pointA | XYAndZ | |
| pointB | XYAndZ | |
| result | Vector3d |
Defined in
Last Updated: 08 January, 2020