a ∙ b × c
Find triple product between three vectors. Only defined for 3d vectors.
Left operand for dot product (3d vector)
Left operand for cross product (3d vector)
Right operand for cross product (3d vector)
Triple product of vectors
triple([1, 0, 0], [0, 1, 0], [0, 0, 1]); // Returns: 1 Copy
triple([1, 0, 0], [0, 1, 0], [0, 0, 1]); // Returns: 1
Generated using TypeDoc
a ∙ b × c
Find triple product between three vectors. Only defined for 3d vectors.