Constant soft_edge::POINTS[][src]

pub const POINTS: [Exact; 8];
Expand description

The eight possible points of a Vertex, in “exact coordinates” (see Exact.)

Vertex::to_exact is implemented as a lookup in this array,