CS::Geometry::Triangulate3D Class Reference
Functions. More...
Static Public Member Functions | |
static bool | Process (csContour3 &polygon, csTriangleMesh &result) |
Triangulate a 3D polygon. |
Detailed Description
Functions.
A collection of functions for 3D triangulation.
This only includes functions for planar triangulation of 3D surfaces. That is, it does not triangulate a 3D object into tetrahedra, but finds and triangulates the surfaces of a polygon in 3D.
Definition at line 100 of file triangulate3d.h.
Member Function Documentation
static bool CS::Geometry::Triangulate3D::Process | ( | csContour3 & | polygon, | |
csTriangleMesh & | result | |||
) | [static] |
Triangulate a 3D polygon.
Triangulates a 3D polygon into a csTriangleMesh object. The polygon may contain holes.
- Returns:
- true on success; false otherwise
- Parameters:
-
polygon A contour representing a counter-clockwise traversal of the polygon's edge. result The csTriangleMesh into which the resulting triangulation should be placed. report2 A reporter to which errors are sent.
- Warning:
- This function does not yet work correctly. Do not use until this message is removed.
The documentation for this class was generated from the following file:
- csgeom/triangulate3d.h
Generated for Crystal Space 1.4.1 by doxygen 1.7.1