Tolerance parameters for linear interpolation of tool path segments Generated from class MR.LineInterpolationParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | eps [get] |
| | maximal deviation from given line
|
| unsafe float | maxLength [get] |
| | maximal length of the line
|
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| | callback for reporting on progress
|
Tolerance parameters for linear interpolation of tool path segments Generated from class MR.LineInterpolationParams. This is the const half of the class.
◆ Const_LineInterpolationParams() [1/5]
| unsafe MR.Const_LineInterpolationParams.Const_LineInterpolationParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_LineInterpolationParams() [2/5]
| unsafe MR.Const_LineInterpolationParams.Const_LineInterpolationParams |
( |
float | eps, |
|
|
float | maxLength, |
|
|
MR.Std._ByValue_Function_Bool_From_Float | cb ) |
|
inline |
◆ Const_LineInterpolationParams() [3/5]
| unsafe MR.Const_LineInterpolationParams.Const_LineInterpolationParams |
( |
MR._ByValue_LineInterpolationParams | _other | ) |
|
|
inline |
◆ Const_LineInterpolationParams() [4/5]
◆ Const_LineInterpolationParams() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_LineInterpolationParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_LineInterpolationParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_eps
| unsafe float* MR.Const_LineInterpolationParams.__ref_storage_eps |
|
protected |
◆ __ref_storage_maxLength
| unsafe float* MR.Const_LineInterpolationParams.__ref_storage_maxLength |
|
protected |
◆ cb
| unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_LineInterpolationParams.cb |
|
getprotected set |
callback for reporting on progress
◆ eps
| unsafe float MR.Const_LineInterpolationParams.eps |
|
get |
maximal deviation from given line
◆ maxLength
| unsafe float MR.Const_LineInterpolationParams.maxLength |
|
get |
maximal length of the line
The documentation for this class was generated from the following file: