Struct shape_core::Cuboid
source · pub struct Cuboid<T> {
pub min: Point3D<T>,
pub max: Point3D<T>,
}
Expand description
Fields§
§min: Point3D<T>
The origin x of the cuboid.
max: Point3D<T>
The width of the cuboid.
pub struct Cuboid<T> {
pub min: Point3D<T>,
pub max: Point3D<T>,
}
min: Point3D<T>
The origin x of the cuboid.
max: Point3D<T>
The width of the cuboid.