Parameters for aligning 2d contours onto mesh surface. More...
#include <MRAlignContoursToMesh.h>
Public Attributes | |
| MeshTriPoint | meshPoint |
| Point coordinate on mesh, represent position of contours box 'pivotPoint' on mesh. | |
| Vector2f | pivotPoint { 0.0f, 0.0f } |
| Vector3f | xDirection |
| Represents 2d contours xDirection in mesh space. | |
| const Vector3f * | zDirection { nullptr } |
| float | extrusion { 1.0f } |
| Contours extrusion in +z and -z direction. | |
| float | maximumShift { 2.5f } |
| Maximum allowed shift along 'zDirection' for alignment. | |
Parameters for aligning 2d contours onto mesh surface.