Type Alias autd3_gain_holo::Complex

source ·
pub type Complex = Complex<f32>;

Aliased Type§

struct Complex {
    pub re: f32,
    pub im: f32,
}

Fields§

§re: f32

Real portion of the complex number

§im: f32

Imaginary portion of the complex number