Skip to main content

determinant_3

Function determinant_3 

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

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