This reference page is linked to from the following overview topics: Creating a Patch, Creating a Spline, Mixin Interfaces, Parameter Validation.
#include <KeyTrack.h>
Public Member Functions |
|
| vector () | |
| vector (float X, float Y, float Z) | |
| vector (float xx, float yy, float zz, float ww) | |
| vector (Point4 p) | |
| vector | operator- (const vector &) const |
| vector | operator+ (const vector &) const |
Public Attributes |
|
| float | x |
| float | y |
| float | z |
| float | w |
| vector | ( | float | X, |
| float | Y, | ||
| float | Z | ||
| ) | [inline] |
| float x |
| float y |
| float z |
| float w |