Searched refs:AreEqual (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 24 bool AreEqual(float v1, float v2) in AreEqual() function 122 if (AreEqual(t, 0.f)) { in EaseInExpo() 129 if (AreEqual(t, 1.f)) { in EaseOutExpo() 136 if (AreEqual(t, 0.f)) { in EaseInOutExpo() 139 if (AreEqual(t, 1.f)) { in EaseInOutExpo() 186 if (AreEqual(t, 0.f)) { in EaseInElastic() 189 if (AreEqual(t, 1.f)) { in EaseInElastic() 197 if (AreEqual(t, 0.f)) { in EaseOutElastic() 200 if (AreEqual(t, 1.f)) { in EaseOutElastic() 208 if (AreEqual( in EaseInOutElastic() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | test_utils.cpp | 103 bool AreEqual(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs, float epsilon) in AreEqual() function 111 return AreEqual(lhs, rhs, 0.01f); in AreNear() 114 bool AreEqual(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs, float epsilon) in AreEqual() function 121 return AreEqual(lhs, rhs, 0.01f); in AreNear()
|
H A D | test_utils.h | 49 bool AreEqual(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs, float epsilon = BASE_NS::Math::EPSILON); 51 bool AreEqual(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs, float epsilon = BASE_NS::Math::EPSILON);
|
Completed in 2 milliseconds