#include <SIM_PhysicalParms.h>

Public Member Functions | |
| SIM_PropertyResolverMotion (const UT_Vector3 &linvel, const UT_Vector3 &pivot, const UT_Vector3 &angvel) | |
| virtual SIM_PropertyResolver * | copy () const |
| Duplicates this. | |
| virtual fpreal | getF (const UT_Vector3 &pos) |
| virtual UT_Vector3 | getV3 (const UT_Vector3 &pos) |
Protected Attributes | |
| UT_Vector3 | myPivot |
| UT_Vector3 | myLinVel |
| UT_Vector3 | myAngVel |
Definition at line 125 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverMotion::SIM_PropertyResolverMotion | ( | const UT_Vector3 & | linvel, | |
| const UT_Vector3 & | pivot, | |||
| const UT_Vector3 & | angvel | |||
| ) |
| virtual SIM_PropertyResolver* SIM_PropertyResolverMotion::copy | ( | ) | const [inline, virtual] |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 132 of file SIM_PhysicalParms.h.
| virtual fpreal SIM_PropertyResolverMotion::getF | ( | const UT_Vector3 & | pos | ) | [inline, virtual] |
| virtual UT_Vector3 SIM_PropertyResolverMotion::getV3 | ( | const UT_Vector3 & | pos | ) | [virtual] |
Implements SIM_PropertyResolver.
UT_Vector3 SIM_PropertyResolverMotion::myAngVel [protected] |
Definition at line 141 of file SIM_PhysicalParms.h.
UT_Vector3 SIM_PropertyResolverMotion::myLinVel [protected] |
Definition at line 141 of file SIM_PhysicalParms.h.
UT_Vector3 SIM_PropertyResolverMotion::myPivot [protected] |
Definition at line 141 of file SIM_PhysicalParms.h.
1.5.9