Go to the source code of this file.
Functions |
boolean | _rbez_ConvexHullTest2d (int ncp, point2d *mcp) |
boolean | _rbez_UniquenessTest2d (int n, int m, int ncp, point2d *mcp, point2d *p, vector2d *du, vector2d *dv, double *K1, double *K2) |
boolean | _rbez_NewtonMethod2d (int n, int m, point2d *mcp, point2d *p, vector2d *pu, vector2d *pv, point2d *z) |
boolean | _rbez_SecondTest2d (point2d *z, int n, int m, double K1, double K2) |
Function Documentation
boolean _rbez_SecondTest2d |
( |
point2d * |
z, |
|
|
int |
n, |
|
|
int |
m, |
|
|
double |
K1, |
|
|
double |
K2 | |
|
) |
| | |