Skip to main content

ProjectionF

Type Alias ProjectionF 

Source
pub type ProjectionF = Projection<f32>;

Aliased Type§

#[repr(C)]
pub struct ProjectionF { pub min: f32, pub max: f32, }

Fields§

§min: f32§max: f32