Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <graphene-point3d.h>
Data Fields | |
float | x |
float | y |
float | z |
graphene_point3d_t: @x: the X coordinate @y: the Y coordinate @z: the Z coordinate
A point with three components: X, Y, and Z.
Since: 1.0
Definition at line 67 of file graphene-point3d.h.
float _graphene_point3d_t::x |
Definition at line 69 of file graphene-point3d.h.
float _graphene_point3d_t::y |
Definition at line 70 of file graphene-point3d.h.
float _graphene_point3d_t::z |
Definition at line 71 of file graphene-point3d.h.