Box.expandVec3
void expandVec3(graphene.vec3.Vec3 vec, out graphene.box.Box res)Expands the dimensions of box to include the coordinates of the given vector.
Parameters
vec | the coordinates of the point to include, as a #graphene_vec3_t |
res | return location for the expanded box |