Quantum 3
3.0.14
Data regarding a mesh collision, including all the individual triangles. More...
Public Member Functions | |
| bool | Next (out TriangleCollisionInfo current) |
| Iterates through the triangle collisions with a mesh. More... | |
| void | ResetIterator () |
| Resets the iterator. More... | |
Properties | |
| readonly FPVector3 | AverageNormal [get] |
| The average contact normal of all the collisions with the triangles of the mesh. More... | |
| readonly FP | AveragePenetration [get] |
| The average penetration of all the collisions with the triangles of the mesh. More... | |
Data regarding a mesh collision, including all the individual triangles.
|
inline |
Iterates through the triangle collisions with a mesh.
| current | Information about the current triangle collision on the iteration. Default if the iteration is over. |
true if there is still a current triangle collision info.
|
inline |
Resets the iterator.
|
get |
The average contact normal of all the collisions with the triangles of the mesh.
|
get |
The average penetration of all the collisions with the triangles of the mesh.