C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Definition of distance between objects. More...
#include <math_define.h>
Functions | |
bool | MaxDistance (const MbCartPoint3D &pnt, const MbCurve3D &curv, double &t, double &distance) |
Find the maximal distance between a point and a curve. More... | |
bool | MaxDistance (const MbCurve3D &curv1, const MbCurve3D &curv2, double &t1, double &t2, double &distance) |
Find the maximal distance between two curves. More... | |
bool | MaxDistance (const MbCartPoint3D &pnt, const MbSurface &surf, MbCartPoint &uv, double &distance) |
Find the maximal distance between a point and a surface. More... | |
bool | MaxDistance (const MbCurve3D &curv, const MbSurface &surf, double &t, MbCartPoint &uv, double &distance) |
Find the maximal distance between a curve and a surface. More... | |
bool | MaxDistance (const MbSurface &surf1, const MbSurface &surf2, MbCartPoint &uv1, MbCartPoint &uv2, double &distance) |
Find the maximal distance between two surfaces. More... | |
bool | MaxDistance (const MbAxis3D &axis, const MbCurve3D &curve, double ¶m, double &distance) |
Find the maximal distance between an axis an a curve. More... | |
Definition of distance between objects.
Functions for definition of maximal distances between different three-dimensional objects.