Vect

Type Alias Vect 

Source
pub type Vect = Vec2;
Expand description

The vector type.

Aliased Type§

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

Fields§

§x: f32§y: f32