Double maximum value. This value will be similar to 1.79769e+308.
get the minimum value of vector of values
get the maximum value of vector of values
get variance of vector of values
get mean of vector of values
Fix a nan value.
check if a double is NaN
check if a float is NaN
Simple clamping function.
32bit unsigned integer minimum value
32bit unsigned integer maximum value
Float minimum value. This value will be similar to 1.17549e-38.
Float maximum value. This value will be similar to 3.40282e+38.
Returns the representation of a quiet not a number (NAN)
Double positive infinite value.
Double min value. This value will be similar to 2.22507e-308.
- Parameters
-
[in] | _v | value |
[in] | _min | minimum |
[in] | _max | maximum |
- Deprecated:
- See ignition::math::clamp
- Parameters
-
- Returns
- true if _v is not a number, false otherwise
- Deprecated:
- See ignition::math::isnan
- Parameters
-
- Returns
- true if _v is not a number, false otherwise
- Deprecated:
- See ignition::math::isnan
- Parameters
-
- Returns
- 0 if _v is NaN, _v otherwise.
- Deprecated:
- See ignition::math::fixnan
- Parameters
-
- Returns
- 0 if _v is NaN, _v otherwise.
- Deprecated:
- See ignition::math::fixnan
- Parameters
-
[in] | _values | the vector of values |
- Returns
- the mean
- Deprecated:
- See ignition::math::mean
- Parameters
-
[in] | _values | the vector of values |
- Returns
- the squared deviation
- Deprecated:
- See ignition::math::variance
- Parameters
-
[in] | _values | the vector of values |
- Returns
- maximum
- Deprecated:
- See ignition::math::max
- Parameters
-
[in] | _values | the vector of values |
- Returns
- minimum
- Deprecated:
- See ignition::math::min
Referenced by Pose::CoordPositionSub(), Pose::CoordRotationSub(), Pose::Correct(), Vector3::Correct(), Quaternion::Correct(), Quaternion::GetInverse(), Quaternion::operator*(), Pose::operator-(), Vector3::operator-(), Quaternion::RotateVector(), Vector3::Set(), and Filter< math::Vector3 >::SetValue().