|
HDK
|
#include <SIM_PhysicalParms.h>
Inheritance diagram for SIM_PropertyResolverMotion:Public Member Functions | |
| SIM_PropertyResolverMotion (const UT_Vector3 &linvel, const UT_Vector3 &pivot, const UT_Vector3 &angvel) | |
| SIM_PropertyResolver * | copy () const override |
| Duplicates this. More... | |
| fpreal | getF (const UT_Vector3 &pos) override |
| UT_Vector3 | getV3 (const UT_Vector3 &pos) override |
Public Member Functions inherited from SIM_PropertyResolver | |
| SIM_PropertyResolver () | |
| virtual | ~SIM_PropertyResolver () |
| virtual bool | threadsafe () const |
| Sometimes despite our best efforts the lookup isn't threadsafe. More... | |
Protected Attributes | |
| UT_Vector3 | myPivot |
| UT_Vector3 | myLinVel |
| UT_Vector3 | myAngVel |
Definition at line 184 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverMotion::SIM_PropertyResolverMotion | ( | const UT_Vector3 & | linvel, |
| const UT_Vector3 & | pivot, | ||
| const UT_Vector3 & | angvel | ||
| ) |
|
inlineoverridevirtual |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 191 of file SIM_PhysicalParms.h.
|
inlineoverridevirtual |
Implements SIM_PropertyResolver.
Definition at line 196 of file SIM_PhysicalParms.h.
|
overridevirtual |
Implements SIM_PropertyResolver.
|
protected |
Definition at line 200 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 200 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 200 of file SIM_PhysicalParms.h.