#include <barycentric.h>
Public Member Functions | |
| BarycentricSpace (const VecT &a, const VecT &b, const VecT &c) | |
| VecT | Transform (const VecT &p) |
| transform the data point into the barycentric system. | |
http://en.wikipedia.org/wiki/Barycentric_coordinates_%28mathematics%29
| dtUtil::BarycentricSpace< V >::BarycentricSpace | ( | const V & | a, | |
| const V & | b, | |||
| const V & | c | |||
| ) | [inline] |
| V dtUtil::BarycentricSpace< V >::Transform | ( | const V & | p | ) | [inline] |
transform the data point into the barycentric system.
| p | the data point to be transformed into the Barycentric coordinate system. |