use-inversion
Geometric inversion primitives for the RustUse geometry workspace.
use-inversion stores the center and radius of an inversion circle. It intentionally does not try
to implement a full circle-inversion engine in this first pass.
Example
use Inversion;
use Point2;
let inversion = try_new.expect;
assert_eq!;
assert_eq!;