pub fn is_two_quads_intersect(
    first_quad: &Vec<Point3<f32>>,
    second_quad: &Vec<Point3<f32>>
) -> bool