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

Last Updated: 16 April, 2024