// SPDX-License-Identifier: Apache-2.0 OR MIT OR Unlicense struct Segment { origin: vec2, delta: vec2, y_edge: f32, next: u32, }