#include <SIM_ConAnchorAlignAxis.h>

Public Member Functions | |
| GETSET_DATA_FUNCS_V3 (SIM_NAME_OBJECTAXIS, ObjectAxis) | |
Protected Member Functions | |
| SIM_ConAnchorAlignAxis (const SIM_DataFactory *factory) | |
| virtual | ~SIM_ConAnchorAlignAxis () |
| virtual bool | getNeedsInitSubclass () const |
| virtual void | initConstraintSubclass (const SIM_Relationship *rel) |
| virtual UT_Quaternion | getOrientationSubclass (const SIM_Time &time) const |
| virtual UT_Vector3 | getAngularVelocitySubclass (const SIM_Time &time) const |
Definition at line 25 of file SIM_ConAnchorAlignAxis.h.
| SIM_ConAnchorAlignAxis::SIM_ConAnchorAlignAxis | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual SIM_ConAnchorAlignAxis::~SIM_ConAnchorAlignAxis | ( | ) | [protected, virtual] |
| virtual UT_Vector3 SIM_ConAnchorAlignAxis::getAngularVelocitySubclass | ( | const SIM_Time & | time | ) | const [protected, virtual] |
Implements SIM_ConAnchorRotational.
| virtual bool SIM_ConAnchorAlignAxis::getNeedsInitSubclass | ( | ) | const [protected, virtual] |
Returns true if the anchor needs to have initAnchor() called. The default implementation returns false.
Reimplemented from SIM_ConAnchor.
| virtual UT_Quaternion SIM_ConAnchorAlignAxis::getOrientationSubclass | ( | const SIM_Time & | time | ) | const [protected, virtual] |
Implements SIM_ConAnchorRotational.
| SIM_ConAnchorAlignAxis::GETSET_DATA_FUNCS_V3 | ( | SIM_NAME_OBJECTAXIS | , | |
| ObjectAxis | ||||
| ) |
| virtual void SIM_ConAnchorAlignAxis::initConstraintSubclass | ( | const SIM_Relationship * | rel | ) | [protected, virtual] |
Implements the real functionality of initConstraint. The default implementation calls initAnchor on the object from the relationship that we are interested in.
Reimplemented from SIM_ConAnchor.
1.5.9