Skip to main content

Vec2

Type Alias Vec2 

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

A 2 component f32 vector

Aliased Typeยง

pub struct Vec2 { /* private fields */ }