Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ get_ir
Method
get_ir
external/as_add_on/scriptmath/scriptmathcomplex.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
return *this;
116
}
117
Complex Complex::get_ir() const
118
{
119
return Complex(r,i);
120
}
121
void Complex::set_ri(const Complex &o)
122
{
123
*this = o;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected