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