SP2 - 2D Spatial Transforms
Minimal 2D spatial transforms using geometric algebra.
Features
Transform: Translation and orientation with full operator supportMovement: Velocity and rotation representationTransformimplementsvector_space::Transform<Vector<T>>- Geometric algebra-based operations via ga2
Example
use ;
use ;
let mut transform = Transform ;
let movement = Movement ;
transform += movement;
assert_eq!;