- Member IGN_DBL_INF
- Use static const value instead.
- Member IGN_DBL_LOW
- Use static const value instead.
- Member IGN_DBL_MAX
- Use static const value instead.
- Member IGN_DBL_MIN
- Use static const value instead.
- Member IGN_FLT_INF
- Use static const value instead.
- Member IGN_FLT_LOW
- Use static const value instead.
- Member IGN_FLT_MAX
- Use static const value instead.
- Member IGN_FLT_MIN
- Use static const value instead.
- Member IGN_INT16_INF
- Use static const value instead.
- Member IGN_INT16_LOW
- Use static const value instead.
- Member IGN_INT16_MAX
- Use static const value instead.
- Member IGN_INT16_MIN
- Use static const value instead.
- Member IGN_INT32_INF
- Use static const value instead.
- Member IGN_INT32_LOW
- Use static const value instead.
- Member IGN_INT32_MAX
- Use static const value instead.
- Member IGN_INT32_MIN
- Use static const value instead.
- Member IGN_INT64_INF
- Use static const value instead.
- Member IGN_INT64_LOW
- Use static const value instead.
- Member IGN_INT64_MAX
- Use static const value instead.
- Member IGN_INT64_MIN
- Use static const value instead.
- Member IGN_UINT16_INF
- Use static const value instead.
- Member IGN_UINT16_LOW
- Use static const value instead.
- Member IGN_UINT16_MAX
- Use static const value instead.
- Member IGN_UINT16_MIN
- Use static const value instead.
- Member IGN_UINT32_INF
- Use static const value instead.
- Member IGN_UINT32_LOW
- Use static const value instead.
- Member IGN_UINT32_MAX
- Use static const value instead.
- Member IGN_UINT32_MIN
- Use static const value instead.
- Member IGN_UINT64_INF
- Use static const value instead.
- Member IGN_UINT64_LOW
- Use static const value instead.
- Member IGN_UINT64_MAX
- Use static const value instead.
- Member IGN_UINT64_MIN
- Use static const value instead.
- Member ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4< T >::IGN_DEPRECATED (4) Translate(const Vector3< T > &_t)
- Use SetTranslation instead
- Member ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4< T >::IGN_DEPRECATED (4) Translate(T _x
- Use SetTranslation instead
- Member ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4< T >::IGN_DEPRECATED (3.0) TransformAffine(const Vector3< T > &_v) const
- Use bool TransformAffine(const Vector3<T> &_v, Vector3<T> &_result) const;