Blender V5.0
blender::math::AssertUnitEpsilon< T > Struct Template Reference

#include <BLI_math_vector_types.hh>

Static Public Attributes

static constexpr T value = T(0.0002)

Detailed Description

template<typename T>
struct blender::math::AssertUnitEpsilon< T >

Definition at line 586 of file BLI_math_vector_types.hh.

Member Data Documentation

◆ value

template<typename T>
T blender::math::AssertUnitEpsilon< T >::value = T(0.0002)
staticconstexpr
Note
Copy of BLI_ASSERT_UNIT_EPSILON_DB to avoid dragging the entire header.

Definition at line 588 of file BLI_math_vector_types.hh.

Referenced by blender::math::is_unit_scale().


The documentation for this struct was generated from the following file: