|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include <scene/animation/animation.h>
Public Member Functions | |
| AnimationKey (float time, const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | |
Public Attributes | |
| Vector3 | position |
| Quaternion | rotation |
| Vector3 | scale |
| float | time |
Definition at line 14 of file animation.h.
|
inline |
| Vector3 visutwin::canvas::AnimationKey::position |
Definition at line 23 of file animation.h.
Referenced by AnimationKey().
| Quaternion visutwin::canvas::AnimationKey::rotation |
Definition at line 24 of file animation.h.
Referenced by AnimationKey().
| Vector3 visutwin::canvas::AnimationKey::scale |
Definition at line 25 of file animation.h.
Referenced by AnimationKey().
| float visutwin::canvas::AnimationKey::time |
Definition at line 22 of file animation.h.
Referenced by AnimationKey().