Add derive(Debug) for BoundingBox
This commit is contained in:
parent
1044fc3986
commit
89aed89b85
|
|
@ -84,6 +84,7 @@ impl<T: RealField> Interval<T> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct BoundingBox<T: RealField> {
|
pub struct BoundingBox<T: RealField> {
|
||||||
bounds: [Interval<T>; 3],
|
bounds: [Interval<T>; 3],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue