ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
xyz_t Union Reference

#include <draw_types.h>

Data Fields

u64 xyz
 
struct {
   u16   x
 
   u16   y
 
   u32   z
 
}; 
 

Detailed Description

Definition at line 18 of file draw_types.h.

Field Documentation

◆ 

struct { ... }

◆ x

u16 xyz_t::x

Definition at line 21 of file draw_types.h.

Referenced by draw_convert_xyz().

◆ xyz

u64 xyz_t::xyz

Definition at line 19 of file draw_types.h.

Referenced by render(), and render_teapot().

◆ y

u16 xyz_t::y

Definition at line 22 of file draw_types.h.

Referenced by draw_convert_xyz().

◆ z

u32 xyz_t::z

Definition at line 23 of file draw_types.h.

Referenced by draw_convert_xyz().


The documentation for this union was generated from the following file: