|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::graphic::Renderable, including all inherited members.
| _color | utility::graphic::Renderable | protected |
| _meshes | utility::graphic::Renderable | protected |
| _pose | utility::graphic::Renderable | protected |
| getColor(void) const | utility::graphic::Renderable | |
| getMeshes() const | utility::graphic::Renderable | |
| getModelMatrix(void) const | utility::graphic::Renderable | |
| getPose(void) const | utility::graphic::Renderable | |
| Renderable(const PoseF &pose, const Color32Bit &color) | utility::graphic::Renderable | |
| setColor(const graphic::Color32Bit &color) | utility::graphic::Renderable | |
| setColor(graphic::Color32Bit &&color) | utility::graphic::Renderable | |
| setPose(const PoseF &pose) | utility::graphic::Renderable | |
| setPose(PoseF &&pose) | utility::graphic::Renderable | |
| ~Renderable()=default | utility::graphic::Renderable | virtual |