MCPcopy 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
76float Complex::squaredLength() const
77{
78 return r*r + i*i;
79}
80
81float Complex::length() const
82{

Callers 1

operator/Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected