pub type Orientation1<T> = Orientation<T, 1>;
๐ ๐งญ A 1-dimensional Orientation.
Orientation
๐ geom/dir
geom/dir
#[repr(transparent)]pub struct Orientation1<T> { pub dim: [T; 1], }
dim: [T; 1]
The directional components in D-dimensional space.
D