eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Geometry.h>
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 |
Definition at line 466 of file Geometry.h.
eLynx::Math::BarycentricCoordinates2< T >::BarycentricCoordinates2 | ( | const Triangle2< T > & | iTriangle | ) |
eLynx::Math::BarycentricCoordinates2< T >::BarycentricCoordinates2 | ( | const Point2< T > & | iP0, | |
const Point2< T > & | iP1, | |||
const Point2< T > & | iP2 | |||
) |
eLynx::Math::BarycentricCoordinates2< T >::BarycentricCoordinates2 | ( | T | iX0, | |
T | iY0, | |||
T | iX1, | |||
T | iY1, | |||
T | iX2, | |||
T | iY2 | |||
) |
void eLynx::Math::BarycentricCoordinates2< T >::Swap | ( | const uint32 | iVertex1, | |
const uint32 | iVertex2 | |||
) |
void eLynx::Math::BarycentricCoordinates2< T >::GetCoordinates | ( | const Point2< T > & | iPoint, | |
T & | oU, | |||
T & | oV, | |||
T & | oW | |||
) | const |
void eLynx::Math::BarycentricCoordinates2< T >::GetCoordinates | ( | const T | iX, | |
const T | iY, | |||
T & | oU, | |||
T & | oV, | |||
T & | oW | |||
) | const |