VAPOR3 3.9.4
Namespaces | Functions
vizutil.h File Reference

Go to the source code of this file.

Namespaces

namespace  VAPoR
 

Functions

void VAPoR::HexahedronToTets (const int hexahedron[8], int tets[5 *4])
 
void VAPoR::QuadToTris (const int quad[4], int tris[2 *3])
 
double VAPoR::SignedTriArea2D (const double a[2], const double b[2], const double c[2])
 
bool VAPoR::BarycentricCoordsTri (const double verts[], const double pt[], double lambda[])
 
bool VAPoR::WachspressCoords2D (const double verts[], const double pt[], int n, double lambda[])
 
bool VAPoR::InsideConvexPolygon (const double verts[], const double pt[], int n)