|
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 | |
| u64 | xyz |
| struct { | |
| u16 x | |
| u16 y | |
| u32 z | |
| }; | |
Definition at line 18 of file draw_types.h.
| struct { ... } |
| u16 xyz_t::x |
Definition at line 21 of file draw_types.h.
Referenced by draw_convert_xyz().
| u64 xyz_t::xyz |
Definition at line 19 of file draw_types.h.
Referenced by render(), and render_teapot().
| u16 xyz_t::y |
Definition at line 22 of file draw_types.h.
Referenced by draw_convert_xyz().
| u32 xyz_t::z |
Definition at line 23 of file draw_types.h.
Referenced by draw_convert_xyz().