TDME2 1.9.121
|
Triangle entity, this is not directly connectable with physics engine. More...
#include <tdme/engine/primitives/Triangle.h>
Public Member Functions | |
Triangle () | |
Public constructor. More... | |
Triangle (const Vector3 &vertex0, const Vector3 &vertex1, const Vector3 &vertex2) | |
Public constructor. More... | |
vector< Vector3 > & | getVertices () |
void | computeClosestPointOnBoundingVolume (const Vector3 &point, Vector3 &closestPoint) const |
Compute closest point on bounding volume. More... | |
Private Attributes | |
vector< Vector3 > | vertices |
Triangle entity, this is not directly connectable with physics engine.
Definition at line 18 of file Triangle.h.
Triangle | ( | ) |
Public constructor.
Definition at line 12 of file Triangle.cpp.
Public constructor.
vertex0 | vertex 0 |
vertex1 | vertex 1 |
vertex2 | vertex 2 |
Definition at line 17 of file Triangle.cpp.
Compute closest point on bounding volume.
point | point |
closestPoint | closest point |
Definition at line 25 of file Triangle.cpp.
|
inline |
Definition at line 37 of file Triangle.h.
|
private |
Definition at line 49 of file Triangle.h.