List of all members.
Public Member Functions |
| BarycentricCoordinates2 (const Triangle2< T > &iTriangle) |
| BarycentricCoordinates2 (const Point2< T > &iP0, const Point2< T > &iP1, const Point2< T > &iP2) |
| BarycentricCoordinates2 (T iX0, T iY0, T iX1, T iY1, T iX2, T iY2) |
void | Swap (const uint32 iVertex1, const uint32 iVertex2) |
void | GetCoordinates (const Point2< T > &iPoint, T &oU, T &oV, T &oW) const |
void | GetCoordinates (const T iX, const T iY, T &oU, T &oV, T &oW) const |
template<typename T>
struct eLynx::Math::BarycentricCoordinates2< T >
The documentation for this struct was generated from the following file: