pub fn mirror_second_and_third_quadrants(planes: &Vec<Plane>) -> Vec<Plane>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

A utility function which takes the hemisphere occupying the second and third quadrants (90 degree - 270 degree) and mirrors this onto the opposing (270 degree -> 90 degree) hemisphere.