pub type spiro_seg = spiro_seg_s;Aliased Type§
#[repr(C)]pub struct spiro_seg {
pub x: f64,
pub y: f64,
pub ty: i8,
pub bend_th: f64,
pub ks: [f64; 4],
pub seg_ch: f64,
pub seg_th: f64,
pub l: f64,
}Fields§
§x: f64§y: f64§ty: i8§bend_th: f64§ks: [f64; 4]§seg_ch: f64§seg_th: f64§l: f64