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 | |
VECTOR | xyzw |
struct { | |
float x | |
float y | |
float z | |
float w | |
}; | |
Definition at line 77 of file draw_types.h.
struct { ... } |
float vertex_f_t::w |
Definition at line 83 of file draw_types.h.
float vertex_f_t::x |
Definition at line 80 of file draw_types.h.
VECTOR vertex_f_t::xyzw |
Definition at line 78 of file draw_types.h.
float vertex_f_t::y |
Definition at line 81 of file draw_types.h.
float vertex_f_t::z |
Definition at line 82 of file draw_types.h.