player_graphics2d_cmd_polyline Struct Reference

Command: Draw polyline (PLAYER_GRAPHICS2D_CMD_POLYLINE) Draw a series of straight line segments between a set of points. More...

#include <player.h>

List of all members.

Public Attributes

uint16_t count
 Number of points in this packet.
player_point_2d_t points [PLAYER_GRAPHICS2D_MAX_POINTS]
 Array of points to be joined by lines.
player_color_t color
 Color in which the line should be drawn.

Detailed Description

Command: Draw polyline (PLAYER_GRAPHICS2D_CMD_POLYLINE) Draw a series of straight line segments between a set of points.


Member Data Documentation

Color in which the line should be drawn.

Number of points in this packet.

Array of points to be joined by lines.


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

Last updated 12 September 2005 21:38:45