Base Framework
Public Attributes | List of all members
Complex< TYPE >::Polar Class Reference

#include <base/math/Complex.h>

Public Attributes

Type r = 0
 
Type a = 0
 

Detailed Description

template<typename TYPE>
class Complex< TYPE >::Polar

Polar representation. Complex number equals to r * (cos(a) + i * sin(a)).