MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / get_ri

Method get_ri

external/as_add_on/scriptmath/scriptmathcomplex.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111//-----------------------
112
113Complex Complex::get_ri() const
114{
115 return *this;
116}
117Complex Complex::get_ir() const
118{
119 return Complex(r,i);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected