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

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

+ Inheritance diagram for MR.Const_MeshProjectionParameters:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeshProjectionParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeshProjectionParameters (float loDistLimitSq, float upDistLimitSq, MR.AffineXf3f? refXf, MR.AffineXf3f? xf)
 Constructs MR.MeshProjectionParameters elementwise.
 
unsafe Const_MeshProjectionParameters (MR.Const_MeshProjectionParameters _other)
 Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float loDistLimitSq [get]
 
unsafe float upDistLimitSq [get]
 
unsafe MR.? ConstBox_AffineXf3f refXf [get]
 optional reference mesh to world transformation
 
unsafe MR.? ConstBox_AffineXf3f xf [get]
 optional test points to world transformation
 
- Properties inherited from MR.Misc.Object< Const_MeshProjectionParameters >
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_MeshProjectionParameters >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ loDistLimitSq

unsafe float MR.Const_MeshProjectionParameters.loDistLimitSq
get

minimum squared distance from a test point to mesh to be computed precisely, if a mesh point is found within this distance then it is immediately returned without searching for a closer one

◆ upDistLimitSq

unsafe float MR.Const_MeshProjectionParameters.upDistLimitSq
get

maximum squared distance from a test point to mesh to be computed precisely, if actual distance is larger than upDistLimit will be returned with not-trusted sign


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