Function kcl_lib::std::utils::intersection_with_parallel_line
source · pub fn intersection_with_parallel_line(
line1: &[[f64; 2]; 2],
line1_offset: f64,
line2_angle: f64,
line2_point: [f64; 2]
) -> [f64; 2]