init

fun init(min: Point3D? = null, max: Point3D? = null): Box

Initializes the given #graphene_box_t with two vertices.

Return

the initialized #graphene_box_t

Since

1.2

Parameters

min

the coordinates of the minimum vertex

max

the coordinates of the maximum vertex