Go to the source code of this file.
Namespaces | |
namespace | vistle |
Functions | |
Vector | vistle::trilinearInverse (const Vector &pp0, const Vector pp[8]) |
bool | vistle::originInsidePolygonZ2D (const Vector3 *corners, Index nCorners) |
bool | vistle::insidePolygon (const Vector &point, const Vector *corners, Index nCorners, const Vector &normal) |
bool | vistle::insideConvexPolygon (const Vector &point, const Vector *corners, Index nCorners, const Vector &normal) |
std::pair< Vector, Vector > | vistle::faceNormalAndCenter (Index nVert, const Vector *corners) |
std::pair< Vector, Vector > | vistle::faceNormalAndCenter (Index nVert, const Index *verts, const Scalar *x, const Scalar *y, const Scalar *z) |
std::pair< Vector, Vector > | vistle::faceNormalAndCenter (Byte type, Index f, const Index *cl, const Scalar *x, const Scalar *y, const Scalar *z) |
bool | vistle::insideCell (const Vector &point, Byte type, Index nverts, const Index *cl, const Scalar *x, const Scalar *y, const Scalar *z) |