pub fn aabb_add_point(a: Aabb, point: Vec3) -> Aabb
Add a point to an AABB. (math_internal.h: b3AABB_AddPoint)