pub type Displacement<F, U> = Vector<F, U>;Expand description
A displacement vector (free vector with length unit).
This is a semantic alias for Vector<F, U> where U is a length unit.
Displacements represent directed distances in space.
Aliased Typeยง
pub struct Displacement<F, U> { /* private fields */ }