
Public Member Functions | |
| PathPoint () | |
| PathPoint (kVector3 p, kReal v, kReal uBias, kVector3 scale, kQuaternion rot) | |
| PathPoint (const PathPoint &a) | |
Public Attributes | |
| Vector3 | p |
| Real | v |
| Real | uBias |
| Vector3 | scale |
| Quaternion | rot |
Definition at line 213 of file GhoulPrimitives.h.
| GhoulPrimitive::Loft::PathPoint::PathPoint | ( | ) | [inline] |
Definition at line 220 of file GhoulPrimitives.h.
| GhoulPrimitive::Loft::PathPoint::PathPoint | ( | kVector3 | p, | |
| kReal | v, | |||
| kReal | uBias, | |||
| kVector3 | scale, | |||
| kQuaternion | rot | |||
| ) | [inline] |
Definition at line 221 of file GhoulPrimitives.h.
| GhoulPrimitive::Loft::PathPoint::PathPoint | ( | const PathPoint & | a | ) | [inline] |
Definition at line 222 of file GhoulPrimitives.h.
1.5.6