ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
draw_types.h File Reference
#include <math3d.h>
+ Include dependency graph for draw_types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  xyz_t
 
union  texel_t
 
union  color_t
 
struct  vertex_t
 
union  texel_f_t
 
union  color_f_t
 
union  vertex_f_t
 

Macros

#define ftoi4(F)   ((int)(((float)F)*16.0f))
 

Detailed Description

Draw library types

Definition in file draw_types.h.

Macro Definition Documentation

◆ ftoi4

#define ftoi4 (   F)    ((int)(((float)F)*16.0f))

Definition at line 15 of file draw_types.h.