sgdk
|
#include <bmp.h>
Public Attributes | |
Vect2D_s16 | pt1 |
Vect2D_s16 | pt2 |
Vect2D_s16 | pt3 |
u16 | col |
Triangle definition.
pt1 | Start point. |
pt2 | Second point. |
pt3 | End point. |
col | Color (should be 8 bits filled: 0x00, 0x11, .. for plain color). we use u16 for alignment optimization |