imcfloat Class Reference
[Complex Numbers]

Complex Float Data Type. More...

Public Member Functions

 imcfloat ()
 imcfloat (const float &r, const float &i)
 imcfloat (const float &r)

Data Fields

float real
float imag

Detailed Description

Complex class using two floats, one for real part, one for the imaginary part.
It is not a complete complex class, we just implement constructors inside the class. All the other operators and functions are external to the class.

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

Generated on Thu Oct 1 11:40:08 2009 for IM by  doxygen 1.6.1