|
| unsafe | ContourToDistanceMapParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | ContourToDistanceMapParams (MR.Const_ContourToDistanceMapParams _other) |
| | Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams.
|
| | ContourToDistanceMapParams (ContourToDistanceMapParams _other) |
| | Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams.
|
| unsafe | ContourToDistanceMapParams (in MR.Vector2i resolution, in MR.Vector2f oriPoint, in MR.Vector2f areaSize, bool? withSign=null) |
| | Ctor, calculating pixelSize by areaSize & dmapSize Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | ContourToDistanceMapParams (in MR.Vector2i resolution, in MR.Box2f box, bool? withSign=null) |
| | Ctor, calculating pixelSize & oriPoint by box parameters Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | ContourToDistanceMapParams (in MR.Vector2i resolution, MR.Std.Const_Vector_StdVectorMRVector2f contours, float offset, bool? withSign=null) |
| | Ctor, calculating pixelSize & oriPoint by contours box + offset Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | ContourToDistanceMapParams (float pixelSize, MR.Std.Const_Vector_StdVectorMRVector2f contours, float offset, bool? withSign=null) |
| | Ctor, calculating resolution & oriPoint by contours box + offset Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | ContourToDistanceMapParams (MR.Const_DistanceMapToWorld toWorld) |
| | Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams.
|
| unsafe MR.ContourToDistanceMapParams | assign (MR.Const_ContourToDistanceMapParams _other) |
| | Generated from method MR::ContourToDistanceMapParams::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_ContourToDistanceMapParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_ContourToDistanceMapParams (MR.Const_ContourToDistanceMapParams _other) |
| | Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams.
|
| | Const_ContourToDistanceMapParams (ContourToDistanceMapParams _other) |
| | Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams.
|
| unsafe | Const_ContourToDistanceMapParams (in MR.Vector2i resolution, in MR.Vector2f oriPoint, in MR.Vector2f areaSize, bool? withSign=null) |
| | Ctor, calculating pixelSize by areaSize & dmapSize Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | Const_ContourToDistanceMapParams (in MR.Vector2i resolution, in MR.Box2f box, bool? withSign=null) |
| | Ctor, calculating pixelSize & oriPoint by box parameters Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | Const_ContourToDistanceMapParams (in MR.Vector2i resolution, MR.Std.Const_Vector_StdVectorMRVector2f contours, float offset, bool? withSign=null) |
| | Ctor, calculating pixelSize & oriPoint by contours box + offset Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | Const_ContourToDistanceMapParams (float pixelSize, MR.Std.Const_Vector_StdVectorMRVector2f contours, float offset, bool? withSign=null) |
| | Ctor, calculating resolution & oriPoint by contours box + offset Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams. Parameter withSign defaults to false.
|
| unsafe | Const_ContourToDistanceMapParams (MR.Const_DistanceMapToWorld toWorld) |
| | Generated from constructor MR.ContourToDistanceMapParams.ContourToDistanceMapParams.
|
| unsafe MR.Vector2f | toWorld (MR.Vector2f point) |
| | get world 2d coordinate (respects origin point and pixel size) point - coordinate on distance map Generated from method MR.ContourToDistanceMapParams.toWorld.
|
| unsafe MR.AffineXf3f | xf () |
| | Generated from method MR.ContourToDistanceMapParams.xf.
|
Structure with parameters to generate DistanceMap by Contours Generated from class MR.ContourToDistanceMapParams. This is the non-const half of the class.