#include <springsys.h>
Public Member Functions |
|
SSConstraintPoint () | |
SSConstraintPoint (int id) | |
~SSConstraintPoint () | |
SSConstraintPoint & | operator= (const SSConstraintPoint &from) |
SSConstraintPoint | Copy (const SSConstraintPoint from) |
int | GetIndex () |
void | SetIndex (int id) |
Point3 | GetPos () |
void | SetPos (Point3 p) |
Point3 | GetVel () |
void | SetVel (Point3 v) |
bool | operator== (const SSConstraintPoint &b) const |
Public Attributes |
|
int | index |
This bone index is used to identify the
bone. |
|
Point3 | pos |
The control nodes stored position. |
|
Point3 | vel |
The control nodes stored velocity. |
SSConstraintPoint | ( | ) | [inline] |
SSConstraintPoint | ( | int | id | ) | [inline] |
~SSConstraintPoint | ( | ) | [inline] |
{}
SSConstraintPoint& operator= | ( | const SSConstraintPoint & | from | ) | [inline] |
SSConstraintPoint Copy | ( | const SSConstraintPoint | from | ) | [inline] |
int GetIndex | ( | ) | [inline] |
void SetIndex | ( | int | id | ) | [inline] |
Point3 GetPos | ( | ) | [inline] |
void SetPos | ( | Point3 | p | ) | [inline] |
Point3 GetVel | ( | ) | [inline] |
void SetVel | ( | Point3 | v | ) | [inline] |
bool operator== | ( | const SSConstraintPoint & | b | ) | const [inline] |
int index |
This bone index is used to identify the bone.
Usually refers to a reference index, or paramblock index.
The control nodes stored position.
The control nodes stored velocity.