pub fn vector_triple<T: Number + SignedNumber, V: Triple<T>>(
a: V,
b: V,
c: V,
) -> VExpand description
returns the vector triple product of a x b x c, mainly used for 3D vectors, but with a 2D specialisation leveraging z-up
pub fn vector_triple<T: Number + SignedNumber, V: Triple<T>>(
a: V,
b: V,
c: V,
) -> Vreturns the vector triple product of a x b x c, mainly used for 3D vectors, but with a 2D specialisation leveraging z-up