graphene_vec2_t

A structure capable of holding a vector with two dimensions, x and y.

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

struct graphene_vec2_t {}

Members

Variables

value
graphene_simd4f_t value;