Box.init

Initializes the given #graphene_box_t with two vertices.

class Box
init

Parameters

min Point3D

the coordinates of the minimum vertex

max Point3D

the coordinates of the maximum vertex

Return Value

Type: Box

the initialized #graphene_box_t

Meta