MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Lerp

Method Lerp

TombEngine/Math/Objects/EulerAngles.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void EulerAngles::Lerp(const EulerAngles& eulersTo, float alpha, short epsilon)
84 {
85 *this = Lerp(*this, eulersTo, alpha, epsilon);
86 }
87
88 EulerAngles EulerAngles::Lerp(const EulerAngles& eulersFrom, const EulerAngles& eulersTo, float alpha, short epsilon)
89 {

Callers

nothing calls this directly

Calls 3

LerpFunction · 0.85
GetShortestAngleFunction · 0.85
EulerAnglesClass · 0.70

Tested by

no test coverage detected