pub fn aabb_corners<F: FnMut(Primitive) -> Id<Primitive>>( prim: &mut F, aabb: Aabb<i32>, ) -> Id<Primitive>
Just the corners of an AABB, good for outlining stuff when debugging