Class ConwayOperators
Inheritance
System.Object
ConwayOperators
Assembly: Sylves.dll
Syntax
public static class ConwayOperators : Object
Methods
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