Peng Jingran / Mbed 2 deprecated Snake_copy

Dependencies:   mbed FXOS8700Q

Embed: (wiki syntax)

« Back to documentation index

Vector2D Struct Reference

Vector2D Struct Reference

Vector 2D struct. More...

#include <Gamepad.h>

Data Fields

float x
 float for x value
float y
 float for y value

Detailed Description

Vector 2D struct.

Definition at line 39 of file Gamepad.h.


Field Documentation

float x

float for x value

Definition at line 40 of file Gamepad.h.

float y

float for y value

Definition at line 41 of file Gamepad.h.