Show / Hide Table of Contents

Class ConwayOperators

Inheritance
System.Object
ConwayOperators
Namespace: Sylves
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
Type Name Description
MeshData meshData
Returns
Type Description
MeshData

Meta(MeshData)

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
Type Name Description
MeshData meshData
Returns
Type Description
MeshData

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
Type Name Description
MeshData meshData
Returns
Type Description
MeshData
In This Article
Back to top Generated by DocFX