Get the numeric type used to measure a box's dimensions.
static assert(is(DimensionType!box2f == float)); static assert(is(DimensionType!box3d == double));
See Implementation
Get the numeric type used to measure a box's dimensions.