Rebel Fork Framework
Urho3D::DoubleTransform Struct Reference

#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}}
 

Detailed Description

3D transform decomposed into translation, rotation and scale components. Position uses double precision components.


The documentation for this struct was generated from the following files: