[−][src]Module genmesh::generators
A collection of utilties that can be used to build meshes programmatically.
Structs
Circle | Represents a circle in the XY plane with radius of 1, centered at (0, 0, 0) |
Cone | The |
Cube | A perfect cube, centered at (0, 0, 0) with each face starting at 1/-1 away from the origin |
Cylinder | Represents a cylinder with radius of 1, height of 2, and centered at (0, 0, 0) pointing up (to 0, 0, 1). |
IcoSphere | Icosahedral sphere with radius 1, centered at (0., 0., 0.) |
IndexedPolygonIterator | An iterator that yields the indices of the mesh |
Plane | Represents a 2D plane with origin of (0, 0), from 1 to -1 |
SharedVertexIterator | An iterator that yields the shared vertices of the mesh |
SphereUv | Represents a sphere with radius of 1, centered at (0, 0, 0) |
Torus |
Traits
IndexedPolygon | The |
SharedVertex | The |