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

#include <draw2d.h>

+ Collaboration diagram for triangle_t:

Data Fields

vertex_t v0
 
vertex_t v1
 
vertex_t v2
 
color_t color
 

Detailed Description

Definition at line 24 of file draw2d.h.

Field Documentation

◆ color

color_t triangle_t::color

Definition at line 28 of file draw2d.h.

Referenced by draw_triangle_filled(), and draw_triangle_outline().

◆ v0

vertex_t triangle_t::v0

Definition at line 25 of file draw2d.h.

Referenced by draw_triangle_filled(), and draw_triangle_outline().

◆ v1

vertex_t triangle_t::v1

Definition at line 26 of file draw2d.h.

Referenced by draw_triangle_filled(), and draw_triangle_outline().

◆ v2

vertex_t triangle_t::v2

Definition at line 27 of file draw2d.h.

Referenced by draw_triangle_filled(), and draw_triangle_outline().


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