MCPcopy 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_cameraFunction · 0.80
update_moving_inMethod · 0.80
startMethod · 0.80
detach_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected