#include <S3DGamePaths.h>
|
| | JumpPath (Vec3 startPosition, Quat startOrientation, Vec3 endPosition, Quat endOrientation) |
| |
| virtual Quat | GetOrientation (const float &alpha) |
| |
| virtual PathType | GetPathType () |
| |
| void | setLengthScale (float lengthScale) |
| |
| | SpherePath (Vec3 startPosition, Vec3 endPosition, Vec3 origin=Vec3(0, 0, 0)) |
| |
| virtual Vec3 | GetPosition (const float &alpha) |
| |
| | Path () |
| |
| | Path (Vec3 position, Quat orientation) |
| |
| | Path (Vec3 startPosition, Vec3 endPosition) |
| |
| | Path (Vec3 startPosition, Vec3 endPosition, Quat orientation) |
| |
| virtual | ~Path () |
| |
| virtual Vec3 | GetStartPos () const |
| |
| virtual Vec3 | GetEndPos () const |
| |
| virtual float | GetNormalizedLength () |
| |
| virtual void | SetNormalizedLength (float val) |
| |
| QList< GameEvent * > & | Events () |
| |
| QString | Name () const |
| |
| void | Name (QString val) |
| |
| S3DGameNode::JumpPath::JumpPath |
( |
Vec3 |
startPosition, |
|
|
Quat |
startOrientation, |
|
|
Vec3 |
endPosition, |
|
|
Quat |
endOrientation |
|
) |
| |
|
inline |
| virtual Quat S3DGameNode::JumpPath::GetOrientation |
( |
const float & |
alpha | ) |
|
|
inlinevirtual |
| virtual PathType S3DGameNode::JumpPath::GetPathType |
( |
| ) |
|
|
inlinevirtual |
| void S3DGameNode::JumpPath::setLengthScale |
( |
float |
lengthScale | ) |
|
|
inline |
| Quat S3DGameNode::JumpPath::mStartOrientation |
|
protected |
| Quat S3DGameNode::JumpPath::mEndOrientation |
|
protected |
The documentation for this class was generated from the following file: