a Compound Polygon instance is composed from a number of smaller parts, which are each derived from AbstractDrawableObject. Compound Polygons can have a variety of attachments. After the parts are assembled, the polygon is essentially read-only. These can be used to assemble several pieces of geometry into one object. These objects are self-contained and have ownership of all AbstractDrawableObject instances they contain.
More...
#include <CTurtle.hpp>
|
std::list< component_t > | components |
|
a Compound Polygon instance is composed from a number of smaller parts, which are each derived from AbstractDrawableObject. Compound Polygons can have a variety of attachments. After the parts are assembled, the polygon is essentially read-only. These can be used to assemble several pieces of geometry into one object. These objects are self-contained and have ownership of all AbstractDrawableObject instances they contain.
◆ addcomponent()
Adds a component to this compound polygon.
- Parameters
-
obj | Object to copy and add. |
transform | relative to root transform. |
◆ copy()
◆ draw()
void cturtle::CompoundPolygon::draw |
( |
const Transform & | t, |
|
|
Image & | imgRef ) const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: