tripleProductToPoints Method
Return the triple product of the vectors from this to pointA, pointB, pointC
- This is a scalar (number)
- This is 6 times the (signed) volume of the tetrahedron on the 4 points.
tripleProductToPoints(pointA: Point3d, pointB: Point3d, pointC: Point3d): number
| Parameter | Type | Description |
|---|---|---|
| pointA | Point3d | |
| pointB | Point3d | |
| pointC | Point3d |
Returns - number
Defined in
- geometry3d/Point3dVector3d.ts Line 533
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.