Package: graphene

Function graphene:box-init

Lambda List

graphene:box-init (box pmin pmax)

Arguments

box -- a graphene:box-t instance to initialize
pmin -- a graphene:point3d-t instance with the coordinates of the minimum vertex
pmax -- a graphene:point3d-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