Home
last modified time | relevance | path

Searched refs:AreEqual (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Deasing_curve.cpp24 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 Dtest_utils.cpp103 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 Dtest_utils.h49 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 3 milliseconds