Calculates the Euler characteristic of a shape.
The number of vertices
The number of edges
The number of faces
// Returns 2const euler = Chalkboard.geom.Euler(8, 12, 6); Copy
// Returns 2const euler = Chalkboard.geom.Euler(8, 12, 6);
Calculates the Euler characteristic of a shape.