ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw2d.h>
Data Fields | |
vertex_t | v0 |
vertex_t | v1 |
vertex_t | v2 |
color_t | color |
color_t triangle_t::color |
Definition at line 28 of file draw2d.h.
Referenced by draw_triangle_filled(), and draw_triangle_outline().
vertex_t triangle_t::v0 |
Definition at line 25 of file draw2d.h.
Referenced by draw_triangle_filled(), and draw_triangle_outline().
vertex_t triangle_t::v1 |
Definition at line 26 of file draw2d.h.
Referenced by draw_triangle_filled(), and draw_triangle_outline().
vertex_t triangle_t::v2 |
Definition at line 27 of file draw2d.h.
Referenced by draw_triangle_filled(), and draw_triangle_outline().