ASL
0.1.7
Advanced Simulation Library
|
realize Barycentric algoritms for trianles generated within Kernel More...
#include <aslBarycentric.h>
Public Member Functions | |
Barycentric (std::vector< AVec<>> &p) | |
Barycentric () | |
void | init (std::vector< AVec<>> &p) |
AVec | getCordinates (const AVec<> &p) |
double | interpolate (const AVec<> &p, const AVec<> &f) |
bool | in (const AVec<> &p) |
AVec | gradient (const AVec<> &f) |
Public Attributes | |
std::vector< AVec<> > | corners |
AMatr | t |
AMatr | tInv |
realize Barycentric algoritms for trianles generated within Kernel
The cordinates does not contain the fist coordinate
Definition at line 37 of file aslBarycentric.h.
asl::Barycentric::Barycentric | ( | std::vector< AVec<>> & | p | ) |
asl::Barycentric::Barycentric | ( | ) |
bool asl::Barycentric::in | ( | const AVec<> & | p | ) |
void asl::Barycentric::init | ( | std::vector< AVec<>> & | p | ) |
std::vector<AVec<> > asl::Barycentric::corners |
Definition at line 40 of file aslBarycentric.h.
AMatr asl::Barycentric::t |
Definition at line 41 of file aslBarycentric.h.
AMatr asl::Barycentric::tInv |
Definition at line 42 of file aslBarycentric.h.