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: u32Image dimensions
height: u32§global_basis: RadialBasisGlobal radial basis (4 coefficients)
center_x: u16Center point for global basis
center_y: u16§vortices: Vec<Vortex>Local vortex primitives