Skip to main content

UnitVec3

Type Alias UnitVec3 

Source
pub type UnitVec3 = Unit<Vec3>;
Expand description

A direction in 3D: a Vec3 of unit length, guaranteed by construction. nalgebra::Unit<Vector3<f64>> (ADR-0001).

Aliased Typeยง

pub struct UnitVec3 { /* private fields */ }