pub fn aabb_corners<F: FnMut(Primitive) -> Id<Primitive>>(
    prim: &mut F,
    aabb: Aabb<i32>
) -> Id<Primitive>
Expand description

Just the corners of an AABB, good for outlining stuff when debugging