Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx PolarToCart(const TCplx &Z); | Polar to cartesian coordinate transformation. |
| 2 | TSCplx PolarToCart(const TSCplx &Z); |
Overload 1: TCplx PolarToCart(const TCplx &Z);
Polar to cartesian coordinate transformation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TCplx & |
Returns: complex number, transformed from polar to cartesian coordinate system.
See Also: Math387::CartToPolar
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx PolarToCart(const TSCplx &Z);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler