Skip to main content

UnitVec2

Type Alias UnitVec2 

Source
pub type UnitVec2 = Unit<Vec2>;
Expand description

A direction in the (u, v) plane: a Vec2 of unit length. nalgebra::Unit<Vector2<f64>> (ADR-0001).

Aliased Typeยง

pub struct UnitVec2 { /* private fields */ }