Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Vec3Equals
Function
Vec3Equals
engine/gui/src/gui.cpp:3056–3059 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3054
}
3055
3056
static inline bool Vec3Equals(const uint32_t* a, const uint32_t* b)
3057
{
3058
return a[0] == b[0] && a[1] == b[1] && a[2] == b[2];
3059
}
3060
3061
static bool HasEulerChanged(Node& node)
3062
{
Callers
1
HasEulerChanged
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected