Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 boolean _rbez_ConvexHullTest2f ( int ncp, point2f *mcp );
00012 boolean _rbez_UniquenessTest2f ( int n, int m, int ncp, point2f *mcp,
00013 point2f *p, vector2f *du, vector2f *dv,
00014 float *K1, float *K2 );
00015 boolean _rbez_NewtonMethod2f ( int n, int m, point2f *mcp,
00016 point2f *p, vector2f *pu, vector2f *pv,
00017 point2f *z );
00018 boolean _rbez_SecondTest2f ( point2f *z, int n, int m, float K1, float K2 );
00019