Namespace HelixToolkit.Geometry
Classes
- ContourHelper
Provides functionality to calculate a contour slice through a 3 vertex facet.(Modified from HelixToolkit.Wpf version)
- CuttingEarsTriangulator
Provides a cutting ears triangulation algorithm for simple polygons with no holes. O(n^2)
- MeshBuilder
Builds MeshGeometry3D objects.
- MeshGeometry3D
TODO
- MeshGeometryHelper
Provides helper methods for mesh geometries.
- MeshSimplification
Fast-Quadric-Mesh-Simplification, port from https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification
- Polygon
Represents a 2D polygon.
- Polygon3D
Represents a 3D polygon.
- SweepLinePolygonTriangulator
Triangulate a simple Polygon with the Sweep-Line Algorithm
Enums
- BoxFaces
Box face enumeration.
- MeshFaces
MeshFaces.