|
|
virtual void | Dispose () |
| |
|
unsafe | Const_MeshToDistanceMapParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (MR.Const_MeshToDistanceMapParams _other) |
| | Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.Vector3f direction, in MR.Vector2i resolution, MR.Const_MeshPart mp, bool? usePreciseBoundingBox=null) |
| | direction vector shows the projections vector to the distance map for points on model yRange and xRange directions make orthonormal basis with direction see Vector3<T>.perpendicular() for more details All Output Distance map values will be positive usePreciseBoundingBox false (fast): use general (cached) bounding box with applied rotation usePreciseBoundingBox true (slow): compute bounding box from points with respect to rotation Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.Vector3f direction, in MR.Vector2f pixelSize, MR.Const_MeshPart mp, bool? usePreciseBoundingBox=null) |
| | Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.Matrix3f rotation, in MR.Vector3f origin, in MR.Vector2i resolution, in MR.Vector2f size) |
| | input matrix should be orthonormal! rotation.z - direction rotation.x * (box X length) - xRange rotation.y * (box Y length) - yRange All Output Distance map values will be positive Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.Matrix3f rotation, in MR.Vector3f origin, in MR.Vector2f pixelSize, in MR.Vector2i resolution) |
| | Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.Matrix3f rotation, in MR.Vector2i resolution, MR.Const_MeshPart mp, bool? usePreciseBoundingBox=null) |
| | input matrix should be orthonormal! rotation.z - direction rotation.x * (box X length) - xRange rotation.y * (box Y length) - yRange All Output Distance map values will be positive usePreciseBoundingBox false (fast): use general (cached) bounding box with applied rotation usePreciseBoundingBox true (slow): compute bounding box from points with respect to rotation Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams. Parameter usePreciseBoundingBox defaults to false.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.AffineXf3f xf, in MR.Vector2i resolution, in MR.Vector2f size) |
| | The most general constructor. Use it if you have to find special view, resolution, distance map with visual the part of the model etc. All params match is in the user responsibility xf.b - origin point: pixel(0,0) with value 0. xf.A.z - direction xf.A.x - xRange xf.A.y - yRange All Output Distance map values could be positive and negative by default. Set allowNegativeValues to false if negative values are not required Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
| |
|
unsafe | Const_MeshToDistanceMapParams (in MR.AffineXf3f xf, in MR.Vector2f pixelSize, in MR.Vector2i resolution) |
| | Generated from constructor MR.MeshToDistanceMapParams.MeshToDistanceMapParams.
|
| |
|
unsafe MR.AffineXf3f | xf () |
| | Generated from method MR.MeshToDistanceMapParams.xf.
|
| |
|
|
unsafe ref readonly MR.Vector3f | xRange [get] |
| | Cartesian range vector between distance map borders in Y direction.
|
| |
|
unsafe ref readonly MR.Vector3f | yRange [get] |
| | direction of intersection ray
|
| |
|
unsafe ref readonly MR.Vector3f | direction [get] |
| | location of (0,0) pixel with value 0.f
|
| |
|
unsafe ref readonly MR.Vector3f | orgPoint [get] |
| | out of limits intersections will be set to non-valid
|
| |
|
unsafe bool | useDistanceLimits [get] |
| | allows to find intersections in backward to direction vector with negative values
|
| |
|
unsafe bool | allowNegativeValues [get] |
| | Using of this parameter depends on useDistanceLimits.
|
| |
|
unsafe float | minValue [get] |
| | Using of this parameter depends on useDistanceLimits.
|
| |
|
unsafe float | maxValue [get] |
| | resolution of distance map
|
| |
|
unsafe ref readonly MR.Vector2i | resolution [get] |
| |
|
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.
|
| |
Generated from class MR.MeshToDistanceMapParams. This is the const half of the class.