Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ SetAngle
Method
SetAngle
TombEngine/Math/Objects/AxisAngle.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void AxisAngle::SetAngle(short angle)
85
{
86
_angle = angle;
87
}
88
89
void AxisAngle::Slerp(const AxisAngle& axisAngleTo, float alpha)
90
{
Callers
2
CalculateHelixSpline
Function · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected