pub type ProjectionF = Projection<f32>;
#[repr(C)]pub struct ProjectionF { pub min: f32, pub max: f32, }
min: f32
max: f32