#include <MRFixUndercuts.h>
Inheritance diagram for MR::FixUndercuts::DistMapImproveDirectionParameters:Public Attributes | |
| Vector2i | distanceMapResolution {100,100} |
| Resolution of distance map, lower it is, faster score works. | |
Public Attributes inherited from MR::FixUndercuts::ImproveDirectionParameters | |
| Vector3f | hintDirection |
| Hint direction which will be improved. | |
| float | baseAngleStep {5.0f*PI_F / 180.0f} |
| Radial step given in radians look improveDirection comment. | |
| float | maxBaseAngle {30.0f*PI_F / 180.0f} |
| Maximum radial line given in radians look improveDirection comment. | |
| float | polarAngleStep {20.0f*PI_F / 180.0f} |
| Polar angle step. | |