Go to the source code of this file.
Functions |
bool | ON_EvaluateNurbsCageSpan (int dim, int is_rat, int order0, int order1, int order2, const double *knot0, const double *knot1, const double *knot2, int cv_stride0, int cv_stride1, int cv_stride2, const double *cv0, int der_count, double t0, double t1, double t2, int v_stride, double *v) |
bool | ON_GetCageXform (const ON_NurbsCage &cage, ON_Xform &cage_xform) |
| ON_OBJECT_IMPLEMENT (ON_NurbsCage, ON_Geometry,"06936AFB-3D3C-41ac-BF70-C9319FA480A1") |
| ON_OBJECT_IMPLEMENT (ON_MorphControl, ON_Geometry,"D379E6D8-7C31-4407-A913-E3B7040D034A") |
Function Documentation
bool ON_EvaluateNurbsCageSpan |
( |
int |
dim, |
|
|
int |
is_rat, |
|
|
int |
order0, |
|
|
int |
order1, |
|
|
int |
order2, |
|
|
const double * |
knot0, |
|
|
const double * |
knot1, |
|
|
const double * |
knot2, |
|
|
int |
cv_stride0, |
|
|
int |
cv_stride1, |
|
|
int |
cv_stride2, |
|
|
const double * |
cv0, |
|
|
int |
der_count, |
|
|
double |
t0, |
|
|
double |
t1, |
|
|
double |
t2, |
|
|
int |
v_stride, |
|
|
double * |
v |
|
) |
| |