Vec2

Type Alias Vec2 

Source
pub type Vec2 = TVec2<f32>;
Expand description

A 2 component f32 vector

Aliased Typeยง

#[repr(align(16))]
pub struct Vec2 { /* private fields */ }