Skip to content

cf_make_aabb_verts

Category: math
GitHub: cute_math.h


Returns a CF_Aabb that tightly contains all input verts.

CF_Aabb cf_make_aabb_verts(const CF_V2* verts, int count)

Remarks

If count <= 0 a zero'd out CF_Aabb is returned and verts is not read (it may be NULL).

CF_Aabb
cf_aabb_verts