cf_expand_aabb_f¶
Category: math
GitHub: cute_math.h
Expands an AABB (axis-aligned bounding box).
Remarks¶
v
is added to to max.x
and max.y
of aabb
, and subtracted from min.x
and min.y
of aabb
.
Category: math
GitHub: cute_math.h
Expands an AABB (axis-aligned bounding box).
v
is added to to max.x
and max.y
of aabb
, and subtracted from min.x
and min.y
of aabb
.