Game

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Line_2D Struct Reference

Line_2D Struct Reference

2D line Struct More...

#include <Graphics.h>

Data Fields

Point_2D from
 Coordinates of 'from' point.
Point_2D to
 Coordinates of 'to' point.

Detailed Description

2D line Struct

Definition at line 67 of file FXOS8700CQ.h.


Field Documentation

Coordinates of 'from' point.

Definition at line 68 of file FXOS8700CQ.h.

Coordinates of 'to' point.

Definition at line 69 of file FXOS8700CQ.h.