Generated from class MR::TriTriDistanceParams<float>. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | TriTriDistanceParams_Float () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | TriTriDistanceParams_Float (float upDistLimitSq, MR.UpLimitCheck upLimitCheck) |
| Constructs MR::TriTriDistanceParams<float> elementwise. | |
| unsafe | TriTriDistanceParams_Float (MR.Const_TriTriDistanceParams_Float _other) |
| Generated from constructor MR::TriTriDistanceParams<float>::TriTriDistanceParams. | |
| TriTriDistanceParams_Float (TriTriDistanceParams_Float _other) | |
| Generated from constructor MR::TriTriDistanceParams<float>::TriTriDistanceParams. | |
| unsafe MR.TriTriDistanceParams_Float | assign (MR.Const_TriTriDistanceParams_Float _other) |
| Generated from method MR::TriTriDistanceParams<float>::operator=. | |
Properties | |
| new unsafe ref float | 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<float>. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR::TriTriDistanceParams<float> elementwise.
|
inline |
Generated from constructor MR::TriTriDistanceParams<float>::TriTriDistanceParams.
|
inline |
Generated from constructor MR::TriTriDistanceParams<float>::TriTriDistanceParams.
|
inline |
Generated from method MR::TriTriDistanceParams<float>::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 |