|
Robot Raconteur Core C++ Library
|
Complex single precision floating point number. More...
#include <DataTypes.h>
Public Member Functions | |
| cfloat () | |
| Construct a new csingle with 0.0 real and imag. | |
| cfloat (float r, float i) | |
| Construct a new cfloat. | |
Public Attributes | |
| float | real |
| real component | |
| float | imag |
| imaginary component | |
Complex single precision floating point number.
64-bit complex float
|
inline |
Construct a new cfloat.
| r | real component |
| i | imaginary component |