use-affine
Affine-space helpers for the RustUse geometry workspace.
use-affine starts with small affine combination helpers rather than a full affine algebra system.
Example
use affine_combination_2d;
use Point2;
let midpoint = affine_combination_2d;
assert_eq!;