Constant soft_edge::FACES[][src]

pub const FACES: [VertexSet; 6];
Expand description

The six faces of the unit cube, each corresponding to an axis.

This array is arranged such that given some Axis axis, FACES[axis.to_index()] will return the appropriate vertex set representing the face in the direction of that axis.