MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_MeshToDistanceMapParams Class Reference

Generated from class MR.MeshToDistanceMapParams. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MeshToDistanceMapParams:

Classes

struct  _Underlying
 

Public Member Functions

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.
 

Static Public Member Functions

static unsafe implicit operator MR.AffineXf3f (MR.Const_MeshToDistanceMapParams _this)
 converts in transformation Generated from conversion operator MR.MeshToDistanceMapParams.operator MR.AffineXf3f.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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]
 
- Properties inherited from MR.Misc.Object< Const_MeshToDistanceMapParams >
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_MeshToDistanceMapParams >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MeshToDistanceMapParams. This is the const half of the class.


The documentation for this class was generated from the following file: