Class ConwayOperators
Inheritance
ConwayOperators
Assembly: Sylves.dll
Syntax
public static class ConwayOperators
Methods
Gyro(MeshData)
Replaces each n-gon with a fan of n pentagons.
Declaration
public static MeshData Gyro(MeshData meshData)
Parameters
Returns
Kis(MeshData)
Adds a vertex in the center of each face,
then replaces each n-gon face with a fan of n triangles from the center.
Declaration
public static MeshData Kis(MeshData meshData)
Parameters
Returns
Subdivides each edge, adds a vertex in the center of each face,
then replaces each n-gon face with a fan of 2n triangles from the center.
Declaration
public static MeshData Meta(MeshData meshData)
Parameters
Returns
Ortho(MeshData)
Subdivides each edge, adds a vertex in the center of each face,
then replaces each n-gon face with a fan of n quads from the center.
Declaration
public static MeshData Ortho(MeshData meshData)
Parameters
Returns