Show / Hide Table of Contents

Class ConwayOperators

Inheritance
object
ConwayOperators
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
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
Type Name Description
MeshData meshData
Returns
Type Description
MeshData

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