Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ Complex
Method
Complex
external/as_add_on/scriptmath/scriptmathcomplex.cpp:13–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#endif
12
13
BEGIN_AS_NAMESPACE
14
15
Complex::Complex()
16
{
17
r = 0;
18
i = 0;
19
}
20
21
Complex::Complex(const Complex &other)
22
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected