Draws a wireframe box.
More...
#include <rendering/rendering.hh>
Constructor.
- Parameters
-
[in] | _box | Dimension of the box to draw. |
[in] | _parent | Parent visual of the box. |
- Deprecated:
- See function that takes ignition::math
Constructor.
- Parameters
-
[in] | _box | Dimension of the box to draw. |
[in] | _parent | Parent visual of the box. |
ignition::math::Box Box |
( |
| ) |
const |
Get the wireframe box.
- Returns
- The wireframe box.
bool GetVisible |
( |
| ) |
const |
Builds the wireframe line list.
- Parameters
-
[in] | _box | Box to build a wireframe from. |
- Deprecated:
- See function that takes ignition::math
void Init |
( |
const ignition::math::Box & |
_box | ) |
|
Builds the wireframe line list.
- Parameters
-
[in] | _box | Box to build a wireframe from. |
void SetVisible |
( |
bool |
_visible | ) |
|
Set the visibility of the box.
- Parameters
-
[in] | _visible | True to make the box visible, False to hide. |
Get the visibility of the box.
- Returns
- True if the box is visual.
The documentation for this class was generated from the following file: