Type Alias gltf::mesh::BoundingBox
source · pub type BoundingBox = Bounds<[f32; 3]>;
Expand description
Vertex position bounding box.
Aliased Type§
struct BoundingBox {
pub min: [f32; 3],
pub max: [f32; 3],
}
Fields§
§min: [f32; 3]
Minimum value.
max: [f32; 3]
Maximum value.