Function veloren_world::site2::gen::aabb_corners
source ยท 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