Also on box 3 and box 4
This commit is contained in:
parent
4ddbbbcc3e
commit
654a2df6d9
|
@ -117,6 +117,10 @@ macro_rules! impl_center {
|
|||
|
||||
impl_center!(BoundingBox2, Vector2, f32);
|
||||
impl_center!(BoundingBox2, Vector2, f64);
|
||||
impl_center!(BoundingBox3, Vector3, f32);
|
||||
impl_center!(BoundingBox3, Vector3, f64);
|
||||
impl_center!(BoundingBox4, Vector4, f32);
|
||||
impl_center!(BoundingBox4, Vector4, f64);
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Reference in New Issue