My Project
|
Create meshes of point sets or polygons. More...
Public Member Functions | |
GenericMesher (ITriangulator triangulator) | |
GenericMesher (Configuration config) | |
GenericMesher (ITriangulator triangulator, Configuration config) | |
IMesh | Triangulate (IList< Vertex > points) |
IMesh | Triangulate (IPolygon polygon) |
IMesh | Triangulate (IPolygon polygon, ConstraintOptions options) |
IMesh | Triangulate (IPolygon polygon, QualityOptions quality) |
IMesh | Triangulate (IPolygon polygon, ConstraintOptions options, QualityOptions quality) |
Static Public Member Functions | |
static IMesh | StructuredMesh (float width, float height, int nx, int ny) |
Generates a structured mesh with bounds [0, 0, width, height]. | |
static IMesh | StructuredMesh (Rectangle bounds, int nx, int ny) |
Generates a structured mesh. | |
Create meshes of point sets or polygons.
|
inlinestatic |
Generates a structured mesh with bounds [0, 0, width, height].
width | Width of the mesh (must be > 0). |
height | Height of the mesh (must be > 0). |
nx | Number of segments in x direction. |
ny | Number of segments in y direction. |
|
inlinestatic |
Generates a structured mesh.
bounds | Bounds of the mesh. |
nx | Number of segments in x direction. |
ny | Number of segments in y direction. |