Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ normal
Method
normal
src/SB/Core/x/xMath2.h:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
F32 length() const;
57
F32 length2() const;
58
xVec2 normal() const
59
{
60
xVec2 tmp = *this;
61
return tmp.normalize();
62
}
63
64
xVec2& normalize()
65
{
Callers
4
set_camera
Function · 0.80
update_moving_in
Method · 0.80
start
Method · 0.80
detach_update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected