#include <openvdb/Types.h>Go to the source code of this file.
| Namespaces | |
| namespace | openvdb | 
| namespace | openvdb::v12_0 | 
| namespace | openvdb::v12_0::math | 
| Functions | |
| 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 abcand a pointp, return the point onabcclosest topand the corresponding barycentric coordinates. | |
| OPENVDB_API Vec3d | closestPointOnSegmentToPoint (const Vec3d &a, const Vec3d &b, const Vec3d &p, double &t) | 
| Closest Point on Line Segment to Point. Given segment aband pointp, return the point onabclosest topandtthe parametric distance tob. | |