xoreos  0.0.5
Public Attributes | List of all members
Common::Complex Struct Reference

A complex number. More...

#include <maths.h>

Public Attributes

float re
 
float im
 

Detailed Description

A complex number.

Definition at line 61 of file maths.h.

Member Data Documentation

◆ im

float Common::Complex::im

Definition at line 62 of file maths.h.

Referenced by Common::RDFT::calc(), Common::MDCT::calcHalfIMDCT(), and Common::MDCT::calcMDCT().

◆ re

float Common::Complex::re

Definition at line 62 of file maths.h.

Referenced by Common::RDFT::calc(), Common::MDCT::calcHalfIMDCT(), and Common::MDCT::calcMDCT().


The documentation for this struct was generated from the following file: