The Geometry class is a collection of geometric data.
More...
#include <geometry.h>
|
| std::shared_ptr< std::map< std::string, VerticesPtr > > | vertices |
| | This member is a shared pointer to a map object using a string as the key and a Vertices as the vaule. The map structure allows you to store multiple vertex stream under unique string indentifiers within the same Geometry object.
|
| |
| IndicesPtr | indices |
| | This member is a shared pointer to a Indices object that represents the index data specifying how the vertices are connected to form triangles or other primitives.
|
| |
| BoundingBoxPtr | boundingBox |
| |
The Geometry class is a collection of geometric data.
◆ boundingBox
◆ indices
This member is a shared pointer to a Indices object that represents the index data specifying how the vertices are connected to form triangles or other primitives.
◆ vertices
| std::shared_ptr<std::map<std::string, VerticesPtr> > cil::Geometry::vertices |
This member is a shared pointer to a map object using a string as the key and a Vertices as the vaule. The map structure allows you to store multiple vertex stream under unique string indentifiers within the same Geometry object.