a struct refering to the mesh-points of the input-shape More...
#include <SpringbackCorrection.h>
Public Attributes | |
double | error |
int | index |
double | maxCurv |
double | minCurv |
Base::Vector3f | normal |
Base::Vector3f | pnt |
a struct refering to the mesh-points of the input-shape
index | index of the mesh-point | |
minCurv | minimum curvature-radius | |
maxCurv | maximum curvature-radius | |
error | distance value | |
pnt | mesh-point | |
normal | normal-vector |
Definition at line 72 of file SpringbackCorrection.h.
double MeshPnt::error |
Definition at line 77 of file SpringbackCorrection.h.
int MeshPnt::index |
Definition at line 74 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::CalcCurv(), and Deviation::GenNormals().
double MeshPnt::maxCurv |
Definition at line 76 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::CalcCurv().
double MeshPnt::minCurv |
Definition at line 75 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::CalcCurv().
Definition at line 79 of file SpringbackCorrection.h.
Definition at line 78 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::CalcCurv(), and Deviation::GenNormals().