Layer3

Type Alias Layer3 

Source
pub type Layer3 = WarpField;
Expand description

Layer 3: Symplectic warp field

Aliased Type§

pub struct Layer3 {
    pub width: u32,
    pub height: u32,
    pub global_basis: RadialBasis,
    pub center_x: u16,
    pub center_y: u16,
    pub vortices: Vec<Vortex>,
}

Fields§

§width: u32

Image dimensions

§height: u32§global_basis: RadialBasis

Global radial basis (4 coefficients)

§center_x: u16

Center point for global basis

§center_y: u16§vortices: Vec<Vortex>

Local vortex primitives