Generated from class MR::TriTriDistanceParams<double>. This is the non-const half of the class. More...
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] |
Generated from class MR::TriTriDistanceParams<double>. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR::TriTriDistanceParams<double> elementwise.
|
inline |
Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.
|
inline |
Generated from constructor MR::TriTriDistanceParams<double>::TriTriDistanceParams.
|
inline |
Generated from method MR::TriTriDistanceParams<double>::operator=.
|
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
|
get |