Functions

raybezprivatef.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

boolean _rbez_ConvexHullTest2f (int ncp, point2f *mcp)
boolean _rbez_UniquenessTest2f (int n, int m, int ncp, point2f *mcp, point2f *p, vector2f *du, vector2f *dv, float *K1, float *K2)
boolean _rbez_NewtonMethod2f (int n, int m, point2f *mcp, point2f *p, vector2f *pu, vector2f *pv, point2f *z)
boolean _rbez_SecondTest2f (point2f *z, int n, int m, float K1, float K2)

Function Documentation

boolean _rbez_ConvexHullTest2f ( int  ncp,
point2f mcp 
)
boolean _rbez_NewtonMethod2f ( int  n,
int  m,
point2f mcp,
point2f p,
vector2f pu,
vector2f pv,
point2f z 
)
boolean _rbez_SecondTest2f ( point2f z,
int  n,
int  m,
float  K1,
float  K2 
)
boolean _rbez_UniquenessTest2f ( int  n,
int  m,
int  ncp,
point2f mcp,
point2f p,
vector2f du,
vector2f dv,
float *  K1,
float *  K2 
)