Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ operator ==
Method
operator ==
TombEngine/Math/Objects/AxisAngle.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
bool AxisAngle::operator ==(const AxisAngle& axisAngle) const
141
{
142
return ((_axis == axisAngle.GetAxis()) && (_angle == axisAngle.GetAngle()));
143
}
144
145
bool AxisAngle::operator !=(const AxisAngle& axisAngle) const
146
{
Callers
nothing calls this directly
Calls
2
GetAxis
Method · 0.80
GetAngle
Method · 0.80
Tested by
no test coverage detected