raybezprivated.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_ConvexHullTest2d ( int ncp, point2d *mcp );
00012 boolean _rbez_UniquenessTest2d ( int n, int m, int ncp, point2d *mcp,
00013                                  point2d *p, vector2d *du, vector2d *dv,
00014                                  double *K1, double *K2 );
00015 boolean _rbez_NewtonMethod2d ( int n, int m, point2d *mcp,
00016                                point2d *p, vector2d *pu, vector2d *pv,
00017                                point2d *z );
00018 boolean _rbez_SecondTest2d ( point2d *z, int n, int m, double K1, double K2 );
00019