Package: graphene

Function graphene:box-expand-vec3

Lambda List

graphene:box-expand-vec3 (box vector result)

Arguments

box -- a graphene:box-t instance to expand
vector -- a graphene:vec3-t instance with the coordinates of the vector to include
result -- a graphene:box-t instance for the result

Return Value

The graphene:box-t instance with the result.

Details

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

See also

2024-11-12