graphene_point3d_t

A point with three components: X, Y, and Z.

struct graphene_point3d_t {}

Members

Variables

x
float x;

the X coordinate

y
float y;

the Y coordinate

z
float z;

the Z coordinate