MCPcopy 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
13BEGIN_AS_NAMESPACE
14
15Complex::Complex()
16{
17 r = 0;
18 i = 0;
19}
20
21Complex::Complex(const Complex &other)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected