Companion

object Companion

Functions

Link copied to clipboard
fun alloc(): Box

Allocates a new #graphene_box_t.

Link copied to clipboard
fun empty(): Box

A degenerate #graphene_box_t that can only be expanded.

Link copied to clipboard
fun infinite(): Box

A degenerate #graphene_box_t that cannot be expanded.

Link copied to clipboard
fun minusOne(): Box

A #graphene_box_t with the minimum vertex set at (-1, -1, -1) and the maximum vertex set at (0, 0, 0).

Link copied to clipboard
fun one(): Box

A #graphene_box_t with the minimum vertex set at (0, 0, 0) and the maximum vertex set at (1, 1, 1).

Link copied to clipboard

A #graphene_box_t with the minimum vertex set at (-1, -1, -1) and the maximum vertex set at (1, 1, 1).

Link copied to clipboard
open fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): Box
Link copied to clipboard
fun zero(): Box

A #graphene_box_t with both the minimum and maximum vertices set at (0, 0, 0).