|
|
|
@ -94,6 +94,7 @@ class MAGNUM_EXPORT ObjectData2D { |
|
|
|
|
|
|
|
|
|
|
|
/** @brief Child objects */ |
|
|
|
/** @brief Child objects */ |
|
|
|
std::vector<UnsignedInt>& children() { return _children; } |
|
|
|
std::vector<UnsignedInt>& children() { return _children; } |
|
|
|
|
|
|
|
const std::vector<UnsignedInt>& children() const { return _children; } /**< @overload */ |
|
|
|
|
|
|
|
|
|
|
|
/** @brief Transformation (relative to parent) */ |
|
|
|
/** @brief Transformation (relative to parent) */ |
|
|
|
Matrix3 transformation() const { return _transformation; } |
|
|
|
Matrix3 transformation() const { return _transformation; } |
|
|
|
|