Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ squaredLength
Method
squaredLength
external/as_add_on/scriptmath/scriptmathcomplex.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
float Complex::squaredLength() const
77
{
78
return r*r + i*i;
79
}
80
81
float Complex::length() const
82
{
Callers
1
operator/
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected