#include <projection_nurbs_geometry_utilities.h>
|
template<class TPointType > |
static bool | NewtonRaphsonCurve (CoordinatesArrayType &rProjectedPointLocalCoordinates, const CoordinatesArrayType &rPointGlobalCoordinatesCoordinates, CoordinatesArrayType &rProjectedPointGlobalCoordinates, const Geometry< TPointType > &rGeometry, const int MaxIterations=20, const double Accuracy=1e-6) |
|
template<int TDimension, class TPointType > |
static bool | NewtonRaphsonSurface (CoordinatesArrayType &rProjectedPointLocalCoordinates, const CoordinatesArrayType &rPointGlobalCoordinates, CoordinatesArrayType &rProjectedPointGlobalCoordinates, const NurbsSurfaceGeometry< TDimension, TPointType > &rNurbsSurface, const int MaxIterations=20, const double Accuracy=1e-6) |
|
◆ CoordinatesArrayType
◆ NewtonRaphsonCurve()
template<class TPointType >
◆ NewtonRaphsonSurface()
template<int TDimension, class TPointType >
The documentation for this class was generated from the following file: