use-projective
Projective geometry primitives for the RustUse geometry workspace.
use-projective stores homogeneous coordinate records for projective points, lines, and planes. It
does not attempt deep algebraic geometry.
Example
use ProjectivePoint;
let point = new.expect;
assert_eq!;