Rebel Fork Framework
|
Surface triangle of tetrahedral mesh with adjacency information. More...
#include <Urho3D/Math/TetrahedralMesh.h>
Public Member Functions | |
bool | HasNeighbor (unsigned neighborIndex) const |
Return whether the triangle has given neighbour. | |
void | Normalize (const ea::vector< Vector3 > &vertices) |
Normalize triangle indices so (p2 - p1) x (p3 - p1) is the normal. | |
float | CalculateScore (const ea::vector< Vector3 > &vertices) const |
Calculate the ratio between longest and shortest side of the triangle. | |
Surface triangle of tetrahedral mesh with adjacency information.