Also on box 3 and box 4

This commit is contained in:
Thomas Forgione 2018-06-13 17:40:25 +02:00
parent 4ddbbbcc3e
commit 654a2df6d9
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 4 additions and 0 deletions

View File

@ -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)]