ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw_types.h>
Data Fields | |
float | x |
float | y |
unsigned int | z |
Definition at line 51 of file draw_types.h.
float vertex_t::x |
Definition at line 52 of file draw_types.h.
Referenced by draw_arc_filled(), draw_arc_outline(), draw_clear(), draw_line(), draw_point(), draw_rect_filled(), draw_rect_filled_strips(), draw_rect_outline(), draw_rect_textured(), draw_rect_textured_strips(), draw_round_rect_filled(), draw_round_rect_outline(), draw_triangle_filled(), draw_triangle_outline(), fontstudio_print_string(), and fontx_print_sjis().
float vertex_t::y |
Definition at line 53 of file draw_types.h.
Referenced by draw_arc_filled(), draw_arc_outline(), draw_clear(), draw_line(), draw_point(), draw_rect_filled(), draw_rect_filled_strips(), draw_rect_outline(), draw_rect_textured(), draw_rect_textured_strips(), draw_round_rect_filled(), draw_round_rect_outline(), draw_triangle_filled(), draw_triangle_outline(), fontstudio_print_string(), and fontx_print_sjis().
unsigned int vertex_t::z |
Definition at line 54 of file draw_types.h.
Referenced by draw_arc_filled(), draw_arc_outline(), draw_clear(), draw_line(), draw_point(), draw_rect_filled(), draw_rect_filled_strips(), draw_rect_outline(), draw_rect_textured(), draw_rect_textured_strips(), draw_round_rect_filled(), draw_round_rect_outline(), draw_triangle_filled(), and draw_triangle_outline().