#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Functions | |
| bool | ON_ChangeRationalBezierCurveWeights (int dim, int order, int cvstride, double *cv, int i0, double w0, int i1, double w1) |
| bool | ON_ReparameterizeRationalBezierCurve (double c, int dim, int order, int cvstride, double *cv) |
| bool | ON_WorldBBoxIsInTightBBox (const ON_BoundingBox &tight_bbox, const ON_BoundingBox &world_bbox, const ON_Xform *xform) |
| bool ON_ChangeRationalBezierCurveWeights | ( | int | dim, |
| int | order, | ||
| int | cvstride, | ||
| double * | cv, | ||
| int | i0, | ||
| double | w0, | ||
| int | i1, | ||
| double | w1 | ||
| ) |
Definition at line 2970 of file opennurbs_bezier.cpp.
| bool ON_ReparameterizeRationalBezierCurve | ( | double | c, |
| int | dim, | ||
| int | order, | ||
| int | cvstride, | ||
| double * | cv | ||
| ) |
Definition at line 2887 of file opennurbs_bezier.cpp.
| bool ON_WorldBBoxIsInTightBBox | ( | const ON_BoundingBox & | tight_bbox, |
| const ON_BoundingBox & | world_bbox, | ||
| const ON_Xform * | xform | ||
| ) |
Definition at line 703 of file opennurbs_bezier.cpp.