Vec2f

Type Alias Vec2f 

Source
pub type Vec2f = Vector2<f32>;
Expand description

2D single-precision float vector.

Aliased Type§

#[repr(C)]
pub struct Vec2f { pub x: f32, pub y: f32, }

Fields§

§x: f32§y: f32