pub type Normals<const N: usize> = TensorRank1List<3, Current, N>;
A list of normals.
pub struct Normals<const N: usize>(/* private fields */);