Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_RAD
Function · 0.85
FROM_RAD
Function · 0.85
GetAxis
Method · 0.80
GetAngle
Method · 0.80
AxisAngle
Class · 0.70
Dot
Method · 0.45
Tested by
no test coverage detected