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