player_graphics2d_cmd_polyline Struct Reference
#include <player_interfaces.h>
Collaboration diagram for player_graphics2d_cmd_polyline:

Detailed Description
Command: Draw polyline (PLAYER_GRAPHICS2D_CMD_POLYLINE) Draw a series of straight line segments between a set of points.Public Attributes | |
uint32_t | points_count |
Number of points in this packet. | |
player_point_2d_t * | points |
Array of points to be joined by lines. | |
player_color_t | color |
Color in which the line should be drawn. |
Member Data Documentation
Number of points in this packet.
Array of points to be joined by lines.
Color in which the line should be drawn.
The documentation for this struct was generated from the following file: