![]() |
CamSim
0.0.0
A rasterization-based simulator for various types of cameras
|
Public Member Functions | |
| Object () | |
| Constructor for an empty object. More... | |
| Object (const Shape &shape) | |
| Constructor for an object with a single shape. More... | |
Public Attributes | |
| QList< Shape > | shapes |
| The list of shapes that form this object. More... | |
The Object class.
Describes an object, consisting of one or more shapes, suitable for OpenGL-based rendering
| CamSim::Object::Object | ( | ) |
Constructor for an empty object.
| CamSim::Object::Object | ( | const Shape & | shape | ) |
Constructor for an object with a single shape.
| QList<Shape> CamSim::Object::shapes |
The list of shapes that form this object.
1.8.16