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=.

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]

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: