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