graphene_vec3_t

A structure capable of holding a vector with three dimensions: x, y, and z.

The contents of the #graphene_vec3_t structure are private and should never be accessed directly.

struct graphene_vec3_t {}

Members

Variables

value
graphene_simd4f_t value;