[go: up one dir, main page]

Type Alias Vector

Source
pub type Vector = TypedVector2D<f32, UnknownUnit>;
Expand description

Alias for euclid::Point2D<f32>.

Aliased Type§

#[repr(C)]
pub struct Vector { pub x: f32, pub y: f32, /* private fields */ }

Fields§

§x: f32§y: f32