nalgebra::base

Type Alias UnitVector2

Source
pub type UnitVector2<T> = Unit<Matrix<T, U2, U1, ArrayStorage<T, 2, 1>>>;
Expand description

A stack-allocated, 2-dimensional unit vector.

Aliased Typeยง

struct UnitVector2<T> { /* private fields */ }