ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Line Struct Reference

Line Struct Reference

Line struct. More...

#include <Platforms.h>

Data Fields

int x_start
 Integer for the start of the line.
int x_end
 Integer for the end of the line.
int y
 Integer for the Y position of the line.

Detailed Description

Line struct.

Definition at line 7 of file Platforms.h.


Field Documentation

int x_end

Integer for the end of the line.

Definition at line 9 of file Platforms.h.

int x_start

Integer for the start of the line.

Definition at line 8 of file Platforms.h.

int y

Integer for the Y position of the line.

Definition at line 10 of file Platforms.h.