eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
Public Member Functions | |
TriangleIdx () | |
TriangleIdx (const uint32 iP0, const uint32 iP1, const uint32 iP2) | |
bool | operator== (const TriangleIdx &iTriangle) const |
Public Attributes | |
uint32 | _P0 |
uint32 | _P1 |
uint32 | _P2 |
Definition at line 344 of file Geometry.h.
eLynx::Math::TriangleIdx::TriangleIdx | ( | ) | [inline] |
Definition at line 347 of file Geometry.h.
eLynx::Math::TriangleIdx::TriangleIdx | ( | const uint32 | iP0, | |
const uint32 | iP1, | |||
const uint32 | iP2 | |||
) | [inline] |
Definition at line 348 of file Geometry.h.
bool eLynx::Math::TriangleIdx::operator== | ( | const TriangleIdx & | iTriangle | ) | const [inline] |
Definition at line 351 of file Geometry.h.
Definition at line 355 of file Geometry.h.
Definition at line 355 of file Geometry.h.
Definition at line 355 of file Geometry.h.