BoundingBox.area

2D area is the same as generic box volume.

struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
static if(Dim == 2)
alias area = volume

Meta