Box.expandVec3

Expands the dimensions of @box to include the coordinates of the given vector.

class Box
void
expandVec3
(,
out Box res
)

Parameters

vec Vec3

the coordinates of the point to include, as a #graphene_vec3_t

res Box

return location for the expanded box

Meta