Package: graphene

Function graphene:box-init-from-vec3

Lambda List

graphene:box-init-from-vec3 (box vmin vmax)

Arguments

box -- a graphene:box-t instance to initialize
vmin -- a graphene:vec3-t instance with the coordinates of the minimum vertex
vmax -- a graphene:vec3-t instance with the coordinates of the maximum vertex

Return Value

The initialized graphene:box-t instance.

Details

Initializes the given graphene:box-t instance with two vertices.
 

See also

2024-11-12