Box3f

Type Alias Box3f 

Source
pub type Box3f = Box3<f32>;
Expand description

3D single-precision axis-aligned bounding box.

Aliased Type§

#[repr(C)]
pub struct Box3f { pub min: Vector3<f32>, pub max: Vector3<f32>, }

Fields§

§min: Vector3<f32>§max: Vector3<f32>