pub trait Align3D<T = Self> { // Required method fn align_3d(&self, direction: Vec3, spacing: Length) -> T; }
Trait to align a 2D geometry collection with spacing along an axis.
Align geometry.