Generated from class MR.LineInterpolationParams. This is the const half of the class.
More...
Inheritance diagram for MR.Const_LineInterpolationParams:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_LineInterpolationParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_LineInterpolationParams (float eps, float maxLength, MR.Std._ByValue_Function_BoolFuncFromFloat cb) |
Constructs MR.LineInterpolationParams elementwise. | |
| unsafe | Const_LineInterpolationParams (MR._ByValue_LineInterpolationParams _other) |
Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe float | eps [get] |
| unsafe float | maxLength [get] |
| unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
Properties inherited from MR.Misc.Object< Const_LineInterpolationParams > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_LineInterpolationParams > | |
| bool | _IsOwningVal |
Generated from class MR.LineInterpolationParams. This is the const half of the class.