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

Generated from class MR::TriTriDistanceParams<double>. This is the non-const half of the class. More...

Inheritance diagram for MR.TriTriDistanceParams_Double:

Public Member Functions

unsafe TriTriDistanceParams_Double ()
 Constructs an empty (default-constructed) instance.
unsafe TriTriDistanceParams_Double (double upDistLimitSq, MR.UpLimitCheck upLimitCheck)
 Constructs MR::TriTriDistanceParams<double> elementwise.
unsafe TriTriDistanceParams_Double (MR.Const_TriTriDistanceParams_Double _other)
 Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.
 TriTriDistanceParams_Double (TriTriDistanceParams_Double _other)
 Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.
unsafe MR.TriTriDistanceParams_Double assign (MR.Const_TriTriDistanceParams_Double _other)
 Generated from method MR::TriTriDistanceParams<double>::operator=.
Public Member Functions inherited from MR.Const_TriTriDistanceParams_Double
virtual void Dispose ()
unsafe Const_TriTriDistanceParams_Double ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TriTriDistanceParams_Double (double upDistLimitSq, MR.UpLimitCheck upLimitCheck)
 Constructs MR::TriTriDistanceParams<double> elementwise.
unsafe Const_TriTriDistanceParams_Double (MR.Const_TriTriDistanceParams_Double _other)
 Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.
 Const_TriTriDistanceParams_Double (TriTriDistanceParams_Double _other)
 Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.
unsafe bool canExitEarlier ()
 Generated from method MR::TriTriDistanceParams<double>canExitEarlier.
unsafe bool canExitEarlier (double distSqLowerBound)
 Generated from method MR::TriTriDistanceParams<double>canExitEarlier.

Properties

new unsafe ref double upDistLimitSq [get]
 upper limit on the distance in question, if the real distance is larger (or equal depending on upLimitCheck) then findTriTriDistance exits earlier returning lower bound on distSq >= upDistLimitSq and the points a and b can be arbitrary
new unsafe ref MR.UpLimitCheck upLimitCheck [get]
Properties inherited from MR.Const_TriTriDistanceParams_Double
unsafe double upDistLimitSq [get]
 upper limit on the distance in question, if the real distance is larger (or equal depending on upLimitCheck) then findTriTriDistance exits earlier returning lower bound on distSq >= upDistLimitSq and the points a and b can be arbitrary
unsafe MR.UpLimitCheck upLimitCheck [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_TriTriDistanceParams_Double
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_TriTriDistanceParams_Double
unsafe double * __ref_storage_upDistLimitSq
unsafe MR.UpLimitCheck__ref_storage_upLimitCheck

Detailed Description

Generated from class MR::TriTriDistanceParams<double>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ TriTriDistanceParams_Double() [1/4]

unsafe MR.TriTriDistanceParams_Double.TriTriDistanceParams_Double ( )
inline

Constructs an empty (default-constructed) instance.

◆ TriTriDistanceParams_Double() [2/4]

unsafe MR.TriTriDistanceParams_Double.TriTriDistanceParams_Double ( double upDistLimitSq,
MR.UpLimitCheck upLimitCheck )
inline

Constructs MR::TriTriDistanceParams<double> elementwise.

◆ TriTriDistanceParams_Double() [3/4]

unsafe MR.TriTriDistanceParams_Double.TriTriDistanceParams_Double ( MR.Const_TriTriDistanceParams_Double _other)
inline

Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.

◆ TriTriDistanceParams_Double() [4/4]

MR.TriTriDistanceParams_Double.TriTriDistanceParams_Double ( TriTriDistanceParams_Double _other)
inline

Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.

Member Function Documentation

◆ assign()

unsafe MR.TriTriDistanceParams_Double MR.TriTriDistanceParams_Double.assign ( MR.Const_TriTriDistanceParams_Double _other)
inline

Generated from method MR::TriTriDistanceParams<double>::operator=.

Property Documentation

◆ upDistLimitSq

new unsafe ref double MR.TriTriDistanceParams_Double.upDistLimitSq
get

upper limit on the distance in question, if the real distance is larger (or equal depending on upLimitCheck) then findTriTriDistance exits earlier returning lower bound on distSq >= upDistLimitSq and the points a and b can be arbitrary

◆ upLimitCheck

new unsafe ref MR.UpLimitCheck MR.TriTriDistanceParams_Double.upLimitCheck
get

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