|
Overture
Version 25
|
#include "Mapping.h"#include "NurbsMapping.h"#include "ArraySimple.h"#include "MappingProjectionParameters.h"
Functions | |
| bool | findRBound (realArray &rc, bool collapsedEdge[2][3], real &rBound, int &axis, bool &atMin) |
| bool | refineCurve (NurbsMapping &curve, Mapping *surf1, Mapping *surf2, real distTol, real curveTol, realArray &g) |
| bool findRBound | ( | realArray & | rc, |
| bool | collapsedEdge[2][3], | ||
| real & | rBound, | ||
| int & | axis, | ||
| bool & | atMin | ||
| ) |
References fabs(), max(), and REAL_MAX.
Referenced by refineTriangulation().
| bool refineCurve | ( | NurbsMapping & | curve, |
| Mapping * | surf1, | ||
| Mapping * | surf2, | ||
| real | distTol, | ||
| real | curveTol, | ||
| realArray & | g | ||
| ) |
References Mapping::determineResolution(), MappingProjectionParameters::getRealArray(), MappingProjectionParameters::normal, pow(), Mapping::project(), MappingProjectionParameters::r, MappingProjectionParameters::x, and MappingProjectionParameters::xr.
Referenced by CompositeTopology::buildSubSurfaceTriangulation().
1.8.3