UV

Type Alias UV 

Source
pub type UV = _uv;

Aliased Type§

#[repr(C)]
pub struct UV { pub u: f32, pub v: f32, }

Fields§

§u: f32§v: f32