|
My Project
|
Factory which re-uses objects in the smoothing loop to enhance performance. More...
Public Member Functions | |
| void | Initialize (int vertexCount, int edgeCount, int faceCount) |
| void | Reset () |
| Vertex | CreateVertex (float x, float y) |
| HalfEdge | CreateHalfEdge (Vertex origin, Face face) |
| Face | CreateFace (Geometry.Vertex vertex) |
| void | Initialize (int vertexCount, int edgeCount, int faceCount) |
| void | Reset () |
| Vertex | CreateVertex (float x, float y) |
| HalfEdge | CreateHalfEdge (Vertex origin, Face face) |
| Face | CreateFace (Geometry.Vertex vertex) |
Factory which re-uses objects in the smoothing loop to enhance performance.
See SimpleSmoother.
|
inline |
Implements TriangleNet.Voronoi.IVoronoiFactory.
Implements TriangleNet.Voronoi.IVoronoiFactory.
|
inline |
Implements TriangleNet.Voronoi.IVoronoiFactory.
|
inline |
Implements TriangleNet.Voronoi.IVoronoiFactory.
|
inline |
Implements TriangleNet.Voronoi.IVoronoiFactory.