#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/math/al_Complex.hpp>
|
union { |
struct { |
T m |
| Magnitude.
|
|
T p |
| Phase, in radians.
|
|
} | |
|
T elems [2] |
|
}; | |
|
template<class T>
class al::Polar< T >
Polar number
Definition at line 64 of file al_Complex.hpp.
◆ Polar() [1/3]
◆ Polar() [2/3]
- Parameters
-
[in] | mag | magnitude |
[in] | phs | phase, in radians |
Definition at line 79 of file al_Complex.hpp.
◆ Polar() [3/3]
- Parameters
-
[in] | v | rectangular complex number to convert from |
Definition at line 82 of file al_Complex.hpp.
The documentation for this class was generated from the following file: