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

#include <cdx.h>

Public Member Functions

 POINT ()
 
 POINT (int X, int Y)
 

Public Attributes

long x
 
long y
 

Detailed Description

Definition at line 106 of file cdx.h.

Constructor & Destructor Documentation

◆ POINT() [1/2]

POINT::POINT ( )
inline

Definition at line 108 of file cdx.h.

109  {
110  x = 0;
111  y = 0;
112  }
GLint GLint GLint GLint GLint GLint y
Definition: SDL_opengl.h:1574
GLint GLint GLint GLint GLint x
Definition: SDL_opengl.h:1574

◆ POINT() [2/2]

POINT::POINT ( int  X,
int  Y 
)
inline

Definition at line 113 of file cdx.h.

114  {
115  x = X;
116  y = Y;
117  }
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

long POINT::x

Definition at line 119 of file cdx.h.

◆ y

long POINT::y

Definition at line 119 of file cdx.h.


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