#include <SIM_ColliderPoint.h>

Public Member Functions | |
| GETSET_DATA_FUNCS_F (SIM_NAME_TOLERANCE, Tolerance) | |
| GETSET_DATA_FUNCS_F (SIM_NAME_VOLUMEOFFSET, VolumeOffset) | |
| GETSET_DATA_FUNCS_B ("usepointvelocity", UsePointVelocity) | |
| GETSET_DATA_FUNCS_B ("usesdfvelocity", UseSDFVelocity) | |
Protected Member Functions | |
| SIM_ColliderPoint (const SIM_DataFactory *factory) | |
| This SIM_ColliderPoint constructor. | |
| virtual | ~SIM_ColliderPoint () |
| This SIM_ColliderPoint destructor. | |
| virtual bool | collideObjectsSubclass (SIM_Engine &engine, SIM_Object &object, SIM_Object &affector, const SIM_Time &starttime, const SIM_Time &endtime, SIM_ImpactApplyType impactapplytype, int impactflags) const |
| Required override of the collision detection function. | |
Definition at line 33 of file SIM_ColliderPoint.h.
| SIM_ColliderPoint::SIM_ColliderPoint | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
This SIM_ColliderPoint constructor.
| virtual SIM_ColliderPoint::~SIM_ColliderPoint | ( | ) | [protected, virtual] |
This SIM_ColliderPoint destructor.
| virtual bool SIM_ColliderPoint::collideObjectsSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object & | object, | |||
| SIM_Object & | affector, | |||
| const SIM_Time & | starttime, | |||
| const SIM_Time & | endtime, | |||
| SIM_ImpactApplyType | impactapplytype, | |||
| int | impactflags | |||
| ) | const [protected, virtual] |
| SIM_ColliderPoint::GETSET_DATA_FUNCS_B | ( | "usesdfvelocity" | , | |
| UseSDFVelocity | ||||
| ) |
| SIM_ColliderPoint::GETSET_DATA_FUNCS_B | ( | "usepointvelocity" | , | |
| UsePointVelocity | ||||
| ) |
| SIM_ColliderPoint::GETSET_DATA_FUNCS_F | ( | SIM_NAME_VOLUMEOFFSET | , | |
| VolumeOffset | ||||
| ) |
| SIM_ColliderPoint::GETSET_DATA_FUNCS_F | ( | SIM_NAME_TOLERANCE | , | |
| Tolerance | ||||
| ) |
1.5.9