TDME2 1.9.121
|
Collision response entity. More...
#include <tdme/engine/physics/CollisionResponse_Entity.h>
Public Member Functions | |
CollisionResponse_Entity () | |
Public constructor. More... | |
float | getDistance () |
void | setDistance (float distance) |
Set distance. More... | |
float | getPenetration () |
const Vector3 & | getNormal () |
void | setNormal (const Vector3 &normal) |
Set normal. More... | |
void | addHitPoint (const Vector3 &hitPoint) |
Adds a hit point. More... | |
int32_t | getHitPointCount () |
Vector3 & | getHitPoint (int32_t idx) |
Get hit point of given index. More... | |
Private Attributes | |
float | distance |
Vector3 | normal |
vector< Vector3 > | hitPoints |
Friends | |
class | CollisionResponse |
|
inline |
Public constructor.
Definition at line 36 of file CollisionResponse_Entity.h.
|
inline |
Adds a hit point.
hitPoint | hit point |
Definition at line 80 of file CollisionResponse_Entity.h.
|
inline |
Definition at line 42 of file CollisionResponse_Entity.h.
|
inline |
Get hit point of given index.
idx | index |
Definition at line 100 of file CollisionResponse_Entity.h.
|
inline |
Definition at line 91 of file CollisionResponse_Entity.h.
|
inline |
Definition at line 64 of file CollisionResponse_Entity.h.
|
inline |
Definition at line 57 of file CollisionResponse_Entity.h.
|
inline |
|
inline |
|
friend |
Definition at line 25 of file CollisionResponse_Entity.h.
|
private |
Definition at line 28 of file CollisionResponse_Entity.h.
|
private |
Definition at line 30 of file CollisionResponse_Entity.h.
|
private |
Definition at line 29 of file CollisionResponse_Entity.h.