|
QCAD
Open Source 2D CAD
|
#include "opennurbs.h"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 ) |
| 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 ) |