realize Barycentric algoritms for trianles generated within Kernel
More...
#include <aslBarycentric.h>
realize Barycentric algoritms for trianles generated within Kernel
The cordinates does not contain the fist coordinate
Definition at line 37 of file aslBarycentric.h.
◆ Barycentric() [1/4]
asl::Barycentric::Barycentric |
( |
std::vector< AVec<>> & |
p | ) |
|
◆ Barycentric() [2/4]
asl::Barycentric::Barycentric |
( |
| ) |
|
◆ Barycentric() [3/4]
asl::Barycentric::Barycentric |
( |
std::vector< AVec<>> & |
p | ) |
|
◆ Barycentric() [4/4]
asl::Barycentric::Barycentric |
( |
| ) |
|
◆ getCordinates() [1/2]
AVec asl::Barycentric::getCordinates |
( |
const AVec<> & |
p | ) |
|
◆ getCordinates() [2/2]
AVec asl::Barycentric::getCordinates |
( |
const AVec<> & |
p | ) |
|
◆ gradient() [1/2]
AVec asl::Barycentric::gradient |
( |
const AVec<> & |
f | ) |
|
◆ gradient() [2/2]
AVec asl::Barycentric::gradient |
( |
const AVec<> & |
f | ) |
|
◆ in() [1/2]
bool asl::Barycentric::in |
( |
const AVec<> & |
p | ) |
|
◆ in() [2/2]
bool asl::Barycentric::in |
( |
const AVec<> & |
p | ) |
|
◆ init() [1/2]
void asl::Barycentric::init |
( |
std::vector< AVec<>> & |
p | ) |
|
◆ init() [2/2]
void asl::Barycentric::init |
( |
std::vector< AVec<>> & |
p | ) |
|
◆ interpolate() [1/2]
double asl::Barycentric::interpolate |
( |
const AVec<> & |
p, |
|
|
const AVec<> & |
f |
|
) |
| |
◆ interpolate() [2/2]
double asl::Barycentric::interpolate |
( |
const AVec<> & |
p, |
|
|
const AVec<> & |
f |
|
) |
| |
◆ corners
std::vector< AVec<> > asl::Barycentric::corners |
AMatr asl::Barycentric::t |
◆ tInv
AMatr asl::Barycentric::tInv |
The documentation for this class was generated from the following file: