XJEL2645 (19/20) / Mbed 2 deprecated Explorer

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Line Struct Reference

Line Struct Reference

Line struct. More...

#include <surface.h>

Data Fields

int length
 the length of the line.
int left
 the leftside of the line.
int right
 the rightside of the line.
int y
 the height of the line.

Detailed Description

Line struct.

Definition at line 6 of file surface.h.


Field Documentation

int left

the leftside of the line.

Definition at line 8 of file surface.h.

int length

the length of the line.

Definition at line 7 of file surface.h.

int right

the rightside of the line.

Definition at line 9 of file surface.h.

int y

the height of the line.

Definition at line 10 of file surface.h.