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

#include <draw_types.h>

Data Fields

VECTOR xyzw
 
struct {
   float   x
 
   float   y
 
   float   z
 
   float   w
 
}; 
 

Detailed Description

Definition at line 77 of file draw_types.h.

Field Documentation

◆ 

struct { ... }

◆ w

float vertex_f_t::w

Definition at line 83 of file draw_types.h.

◆ x

float vertex_f_t::x

Definition at line 80 of file draw_types.h.

◆ xyzw

VECTOR vertex_f_t::xyzw

Definition at line 78 of file draw_types.h.

◆ y

float vertex_f_t::y

Definition at line 81 of file draw_types.h.

◆ z

float vertex_f_t::z

Definition at line 82 of file draw_types.h.


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