Game

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Point_2D Struct Reference

Point_2D Struct Reference

2D point Struct More...

#include <Graphics.h>

Data Fields

float x
 X Coordinate.
float y
 Y Coordinate.

Detailed Description

2D point Struct

Definition at line 63 of file FXOS8700CQ.h.


Field Documentation

float x

X Coordinate.

Definition at line 64 of file FXOS8700CQ.h.

float y

Y Coordinate.

Definition at line 65 of file FXOS8700CQ.h.