#include <pivot.h>
Public Member Functions | |
| PivotClass (void) | |
| PivotClass (const PivotClass &that) | |
| PivotClass & | operator= (const PivotClass &that) |
| ~PivotClass (void) | |
| void | Capture_Update (void) |
| bool | Is_Captured () const |
Public Attributes | |
| char | Name [W3D_NAME_LEN] |
| PivotClass * | Parent |
| Matrix3D | BaseTransform |
| Matrix3D | Transform |
| Matrix3D | CapTransform |
| int | Index |
| bool | IsVisible |
| bool | WorldSpaceTranslation |
| bool | IsCaptured |
| bool | Unused |
| PivotClass::PivotClass | ( | const PivotClass & | that | ) |
| PivotClass & PivotClass::operator= | ( | const PivotClass & | that | ) |
| char PivotClass::Name[W3D_NAME_LEN] |
| PivotClass* PivotClass::Parent |