HDK
|
#include <openvdb/Types.h>
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::OPENVDB_VERSION_NAME | |
openvdb::OPENVDB_VERSION_NAME::math | |
Functions | |
OPENVDB_API Vec3d | openvdb::OPENVDB_VERSION_NAME::math::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 closest to p and the corresponding barycentric coordinates. More... | |
OPENVDB_API Vec3d | openvdb::OPENVDB_VERSION_NAME::math::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 to p and t the parametric distance to b . More... | |