Companion

object Companion

Functions

Link copied to clipboard
fun alloc(): Vec4

Allocates a new #graphene_vec4_t structure.

Link copied to clipboard
fun one(): Vec4

Retrieves a pointer to a #graphene_vec4_t with all its components set to 1.

Link copied to clipboard
fun wAxis(): Vec4

Retrieves a pointer to a #graphene_vec4_t with its components set to (0, 0, 0, 1).

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

Retrieves a pointer to a #graphene_vec4_t with its components set to (1, 0, 0, 0).

Link copied to clipboard
fun yAxis(): Vec4

Retrieves a pointer to a #graphene_vec4_t with its components set to (0, 1, 0, 0).

Link copied to clipboard
fun zAxis(): Vec4

Retrieves a pointer to a #graphene_vec4_t with its components set to (0, 0, 1, 0).

Link copied to clipboard
fun zero(): Vec4

Retrieves a pointer to a #graphene_vec4_t with all its components set to 0.