#include <kanzi/math/srt_value_3d.hpp>
Public Member Functions | |
| SRTValue3DLongerPath (const SRTValue3D &value) | |
Public Member Functions inherited from kanzi::SRTValue3D | |
| SRTValue3D () | |
| SRTValue3D (Vector3 scale_, Vector3 rotation_, Vector3 translation_) | |
| Vector3 | getScale () const |
| void | setScale (Vector3 value) |
| float | getScaleX () const |
| void | setScaleX (float value) |
| float | getScaleY () const |
| void | setScaleY (float value) |
| float | getScaleZ () const |
| void | setScaleZ (float value) |
| Vector3 | getRotation () const |
| void | setRotation (Vector3 value) |
| float | getRotationX () const |
| void | setRotationX (float value) |
| float | getRotationY () const |
| void | setRotationY (float value) |
| float | getRotationZ () const |
| void | setRotationZ (float value) |
| Vector3 | getTranslation () const |
| void | setTranslation (Vector3 value) |
| float | getTranslationX () const |
| void | setTranslationX (float value) |
| float | getTranslationY () const |
| void | setTranslationY (float value) |
| float | getTranslationZ () const |
| void | setTranslationZ (float value) |
| optional< KzcQuaternion > | getQuaternionRotation () const |
| void | setQuaternionRotation (optional< KzcQuaternion > rotation) |
| Matrix4x4 | toMatrix () const |
Additional Inherited Members | |
Static Public Member Functions inherited from kanzi::SRTValue3D | |
| static optional< SRTValue3D > | create (const Matrix4x4 &matrix) |
|
inlineexplicit |