Go to the documentation of this file.
4 #ifndef OPENVDB_MATH_PROXIMITY_HAS_BEEN_INCLUDED
5 #define OPENVDB_MATH_PROXIMITY_HAS_BEEN_INCLUDED
48 #endif // OPENVDB_TOOLS_MESH_TO_VOLUME_UTIL_HAS_BEEN_INCLUDED
Vec3< double > Vec3d
Definition: Vec3.h:662
OPENVDB_API Vec3d closestPointOnTriangleToPoint(const Vec3d &a, const Vec3d &b, const Vec3d &c, const Vec3d &p, Vec3d &uvw)
Closest Point on Triangle to Point. Given a triangle abc and a point p, return the point on abc close...
#define OPENVDB_USE_VERSION_NAMESPACE
Definition: version.h:154
OPENVDB_API Vec3d closestPointOnSegmentToPoint(const Vec3d &a, const Vec3d &b, const Vec3d &p, double &t)
Closest Point on Line Segment to Point. Given segment ab and point p, return the point on ab closest ...
#define OPENVDB_VERSION_NAME
Definition: version.h:108
Definition: Exceptions.h:13