Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ length
Method
length
sdk/tests/test_feature/source/scriptmath3d.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
float Vector3::length() const
87
{
88
return sqrtf(x*x + y*y + z*z);
89
}
90
91
Vector3 operator+(const Vector3 &a, const Vector3 &b)
92
{
Callers
15
GetRawStringData
Method · 0.45
StringLengthGeneric
Function · 0.45
GetRawStringData
Method · 0.45
GetRawStringData
Method · 0.45
ToString
Method · 0.45
ToString
Method · 0.45
StringToString
Function · 0.45
DumpObjectType
Function · 0.45
StringSplit_Generic
Function · 0.45
operator+
Function · 0.45
GetRawStringData
Method · 0.45
GetRawStringData
Method · 0.45
Calls
1
sqrtf
Function · 0.70
Tested by
no test coverage detected