raybezprivatef.h

Go to the documentation of this file.
00001 
00002 /* ///////////////////////////////////////////////////////////////////////// */
00003 /* This file is a part of the BSTools package                                */
00004 /* written by Przemyslaw Kiciak                                              */
00005 /* ///////////////////////////////////////////////////////////////////////// */
00006 /* (C) Copyright by Przemyslaw Kiciak, 2013                                  */
00007 /* this package is distributed under the terms of the                        */
00008 /* Lesser GNU Public License, see the file COPYING.LIB                       */
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