|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
The cartesian two-dimensional point. More...
#include <mb_vector.h>Classes | |
| class | MbCartPoint |
| The cartesian two-dimensional point. More... | |
Namespaces | |
| c3d | |
| C3D namespace declaration. | |
Typedefs | |
| typedef std::vector< MbCartPoint > | c3d::ParamPointsVector |
| Points vector. | |
| typedef std::vector< MbVector > | c3d::ParamVectorsVector |
| Vectors vector. | |
| typedef std::pair< MbCartPoint, size_t > | c3d::ParamPointIndex |
| Pair point-index. | |
| typedef std::pair< MbCartPoint, size_t > | c3d::Point2DIndex |
| Pair point-index. | |
| typedef std::pair< size_t, MbCartPoint > | c3d::IndexParamPoint |
| Pair index-point. | |
| typedef std::pair< size_t, MbCartPoint > | c3d::IndexPoint2D |
| Pair index-point. | |
| typedef std::pair< MbCartPoint, MbCartPoint > | c3d::ParamPointsPair |
| Pair point-point. | |
| typedef std::pair< MbCartPoint, MbVector > | c3d::ParamPointVector |
| Pair point-vector. | |
| typedef std::pair< MbCartPoint, MbVector > | c3d::PointVector2D |
| Pair point-vector. | |
Functions | |
| bool | c3d::EqualLengths (double lx, double ly, double minLen=METRIC_EPSILON, double minDev=LENGTH_EPSILON) |
| Check lengths for equality. More... | |
The cartesian two-dimensional point.