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

#include <draw2d.h>

+ Collaboration diagram for line_t:

Data Fields

vertex_t v0
 
vertex_t v1
 
color_t color
 

Detailed Description

Definition at line 18 of file draw2d.h.

Field Documentation

◆ color

color_t line_t::color

Definition at line 21 of file draw2d.h.

Referenced by draw_line(), and draw_round_rect_outline().

◆ v0

vertex_t line_t::v0

Definition at line 19 of file draw2d.h.

Referenced by draw_line(), and draw_round_rect_outline().

◆ v1

vertex_t line_t::v1

Definition at line 20 of file draw2d.h.

Referenced by draw_line(), and draw_round_rect_outline().


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