DB3 Type (Structure)

graphing.h, unknown.h

typedef struct {
long cVertices;
HANDLE hVertices;
long cEdges;
HANDLE hEdges;
HANDLE hContours;
long ciVertices;
HANDLE hiVertices;
long ciEdges;
HANDLE hiEdges;
short DCM[3][3];
short DCM0[3][3];
short DCMhome[3][3];
short cDCMangle;
unsigned short nSpinDir;
unsigned char nSpinSpeed;
unsigned char bSpinning;
short calp, salp;
} DB3;

Structure for defining a 3D function spin database.

Structure for defining a 3D function spin database. This structure is only used in the GR_WIN_VARS structure. It is not very well known, so if you have more information, please help.


See also: GR_WIN_VARS