1 2 3 4 5 6 7 8 9 10
pub struct ScrewedPoint { pub angle_1: f64, pub angle_2: f64, pub blunting_1: f64, pub blunting_2: f64, pub fl_code: &str, pub x_coord: f64, pub y_coord: f64, pub radius: f64, }