#include <KeyFrame.h>
◆ KeyFrame() [1/4]
ehs::KeyFrame::KeyFrame |
( |
| ) |
|
◆ KeyFrame() [2/4]
ehs::KeyFrame::KeyFrame |
( |
const float | num, |
|
|
const float | timeStamp, |
|
|
const Vec3_f & | pos, |
|
|
const Quat_f & | rot, |
|
|
const Vec3_f & | scale ) |
◆ KeyFrame() [3/4]
ehs::KeyFrame::KeyFrame |
( |
const float | num, |
|
|
const float | timeStamp ) |
◆ KeyFrame() [4/4]
ehs::KeyFrame::KeyFrame |
( |
const KeyFrame & | kf | ) |
|
◆ CalculateTransform()
void ehs::KeyFrame::CalculateTransform |
( |
| ) |
|
◆ GetNum()
float ehs::KeyFrame::GetNum |
( |
| ) |
const |
◆ GetPos()
Vec3_f ehs::KeyFrame::GetPos |
( |
| ) |
const |
◆ GetRot()
Quat_f ehs::KeyFrame::GetRot |
( |
| ) |
const |
◆ GetScale()
Vec3_f ehs::KeyFrame::GetScale |
( |
| ) |
const |
◆ GetTimeStamp()
float ehs::KeyFrame::GetTimeStamp |
( |
| ) |
const |
◆ GetTrans()
Mat4_f ehs::KeyFrame::GetTrans |
( |
| ) |
const |
◆ Interpolate()
◆ operator=()
◆ SetPos()
void ehs::KeyFrame::SetPos |
( |
const Vec3_f & | newPos | ) |
|
◆ SetRot()
void ehs::KeyFrame::SetRot |
( |
const Quat_f & | newRot | ) |
|
◆ SetScale()
void ehs::KeyFrame::SetScale |
( |
const Vec3_f & | newScale | ) |
|
The documentation for this class was generated from the following files: