Go to the source code of this file.
Classes | |
| struct | Point |
| struct | Vector |
| struct | Color |
| struct | CharColor |
| struct | Txtr |
| struct | MatStruct33 |
| struct | MatStruct44 |
Defines | |
| #define | TRUE (1) |
| #define | FALSE (0) |
| #define | ANY 0 |
| #define | ASCII 0x100 |
| #define | BPOLY 0x1 |
| #define | POLY (BPOLY | ASCII) |
| #define | BPATCH 0x20 |
| #define | PATCH (BPATCH | ASCII) |
| #define | DRAW 0x80 |
| #define | BCHAN 0x200 |
| #define | CHAN (BCHAN | ASCII) |
| #define | BPOLY_CODE 0x62706F6C |
| #define | BPATCH_CODE 0x62706174 |
| #define | BCHAN_CODE 0x6E616863 |
| #define | XINDEX 0 |
| #define | YINDEX 1 |
| #define | ZINDEX 2 |
| #define | WINDEX 3 |
| #define | RINDEX 0 |
| #define | GINDEX 1 |
| #define | BINDEX 2 |
| #define | TINDEX 3 |
| #define | TXTU 0 |
| #define | TXTV 1 |
Typedefs | |
| typedef float | POINT [4] |
| typedef float | VECTOR [3] |
| typedef float | COLOR [4] |
| typedef float | TEXTURE [2] |
| typedef float | Mat33 [3][3] |
| typedef float | Mat44 [4][4] |
| typedef unsigned char | CHARCOLOR [4] |
| typedef float | BoundingBox [3][2] |
| typedef struct Point * | PointPointer |
| typedef struct Vector * | VectorPointer |
| typedef struct Color * | ColorPointer |
| typedef struct CharColor * | CharColorPointer |
| typedef struct Txtr * | TxtrPointer |
| typedef struct MatStruct33 * | MatStruct33Pointer |
| typedef struct MatStruct44 * | MatStruct44Pointer |
| typedef float BoundingBox[3][2] |
| typedef struct CharColor * CharColorPointer |
| typedef struct Color * ColorPointer |
| typedef struct MatStruct33 * MatStruct33Pointer |
| typedef struct MatStruct44 * MatStruct44Pointer |
| typedef struct Point * PointPointer |
| typedef struct Txtr * TxtrPointer |
| typedef struct Vector * VectorPointer |
1.5.9