Function determinant_3d

Source
pub fn determinant_3d<S>(a: &Point3<S>, b: &Point3<S>, c: &Point3<S>) -> S
where S: Ring,
Expand description

Computes the determinant of a matrix formed by the three points as columns