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

Method InterpolateConstant

TombEngine/Math/Objects/EulerAngles.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void EulerAngles::InterpolateConstant(const EulerAngles& eulersTo, short angularVel)
111 {
112 *this = InterpolateConstant(*this, eulersTo, angularVel);
113 }
114
115 EulerAngles EulerAngles::InterpolateConstant(const EulerAngles& eulersFrom, const EulerAngles& eulerTo, short angularVel)
116 {

Callers 3

ControlTrainFunction · 0.80
PunaControlFunction · 0.80
AimWeaponFunction · 0.80

Calls 2

GetShortestAngleFunction · 0.85
EulerAnglesClass · 0.70

Tested by

no test coverage detected