Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_graphene_point3d_t Struct Reference

#include <graphene-point3d.h>

Data Fields

float x
 
float y
 
float z
 

Detailed Description

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.

Field Documentation

◆ x

float _graphene_point3d_t::x

Definition at line 69 of file graphene-point3d.h.

◆ y

float _graphene_point3d_t::y

Definition at line 70 of file graphene-point3d.h.

◆ z

float _graphene_point3d_t::z

Definition at line 71 of file graphene-point3d.h.


The documentation for this struct was generated from the following file: