pub fn align_aabb<T: Float>( size: vec2<T>, aabb: Aabb2<T>, align: vec2<T>, ) -> Aabb2<T>
Align an aabb of the given size inside another.