pub fn determinant_3d<S>(a: &Point3<S>, b: &Point3<S>, c: &Point3<S>) -> Swhere S: Ring,
Computes the determinant of a matrix formed by the three points as columns