|
Rebel Fork Framework
|
#include <Urho3D/Math/Transform.h>
Public Member Functions | |
| DoubleTransform | Lerp (const DoubleTransform &rhs, float t) const |
| Interpolate between two transforms. | |
Public Attributes | |
| DoubleVector3 | position_ |
| Quaternion | rotation_ |
| Vector3 | scale_ {Vector3::ONE} |
Static Public Attributes | |
| static const DoubleTransform | Identity {DoubleVector3{}, Quaternion{}, Vector3{1.0f, 1.0f, 1.0f}} |
3D transform decomposed into translation, rotation and scale components. Position uses double precision components.