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

Method Slerp

TombEngine/Math/Objects/AxisAngle.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void AxisAngle::Slerp(const AxisAngle& axisAngleTo, float alpha)
90 {
91 *this = Slerp(*this, axisAngleTo, alpha);
92 }
93
94 AxisAngle AxisAngle::Slerp(const AxisAngle& axisAngleFrom, const AxisAngle& axisAngleTo, float alpha)
95 {

Callers

nothing calls this directly

Calls 6

TO_RADFunction · 0.85
FROM_RADFunction · 0.85
GetAxisMethod · 0.80
GetAngleMethod · 0.80
AxisAngleClass · 0.70
DotMethod · 0.45

Tested by

no test coverage detected