arsa  2.7
Public Member Functions | Public Attributes | List of all members
POINTFLOAT Struct Reference

#include <cdx.h>

Public Member Functions

 POINTFLOAT ()
 

Public Attributes

float x
 
float y
 

Detailed Description

Definition at line 142 of file cdx.h.

Constructor & Destructor Documentation

◆ POINTFLOAT()

POINTFLOAT::POINTFLOAT ( )
inline

Definition at line 144 of file cdx.h.

145  {
146  x = 0;
147  y = 0;
148  }
GLint GLint GLint GLint GLint GLint y
Definition: SDL_opengl.h:1574
GLint GLint GLint GLint GLint x
Definition: SDL_opengl.h:1574

Member Data Documentation

◆ x

float POINTFLOAT::x

Definition at line 150 of file cdx.h.

◆ y

float POINTFLOAT::y

Definition at line 150 of file cdx.h.


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