pub fn clip_object_by_plane<T: Float + MulAdd<T, T, Output = T> + Debug>(
    polys: &mut Vec<Vec<Vec3<T>>>,
    plane: Vec4<T>,
    tolerance: T
)