DGLE2   Young, strong and crazy!
Public Member Functions | Public Attributes | List of all members
TVertex2 Struct Reference

Describes graphical point coordinates, color and its texture coordinates in 2D space. More...

#include <DGLE_Types.h>

Public Member Functions

 TVertex2 ()
 
 TVertex2 (float fX, float fY, float fU, float fW, float fR, float fG, float fB, float fA)
 

Public Attributes

union {
   struct {
      float   x
 
      float   y
 
      float   u
 
      float   w
 
      float   r
 
      float   g
 
      float   b
 
      float   a
 
   } 
 
   float   data [8]
 
}; 
 

Detailed Description

Describes graphical point coordinates, color and its texture coordinates in 2D space.

Constructor & Destructor Documentation

TVertex2 ( )
inline
TVertex2 ( float  fX,
float  fY,
float  fU,
float  fW,
float  fR,
float  fG,
float  fB,
float  fA 
)
inline

Member Data Documentation

union { ... }
float a
float b
float data[8]
float g
float r
float u
float w
float x
float y

Sun Nov 16 2014 09:47:30   Generated by   doxygen   Content copyrighted to DGLE Team