Show / Hide Table of Contents

Class Triangulation

Contains the triangulation of a geometry, stored in half edge data structure.

Inheritance
System.Object
Triangulation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Jometri
Assembly: Fusee.Jometri.dll
Syntax
public static class Triangulation

Methods

Triangulate(Geometry)

After triangulation all faces of a geometry consist of three vertices and three half edges.

Declaration
public static void Triangulate(this Geometry geometry)
Parameters
Type Name Description
Geometry geometry
Generated by DocFX
GitHub Repo
Back to top