SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
Loading...
Searching...
No Matches
shz_complex_t Struct Reference

#include <shz_complex.h>

Inheritance diagram for shz_complex_t:

Data Fields

float real
 
float imag
 

Detailed Description

Represents a floating-point complex number real/imaginary pair.

Definition at line 47 of file shz_complex.h.

Field Documentation

◆ real

float shz_complex_t::real

The real portion of the complex number.

Definition at line 48 of file shz_complex.h.

◆ imag

float shz_complex_t::imag

The imaginary portion of the complex number.

Definition at line 49 of file shz_complex.h.


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