Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Polar Struct Reference

Polar Struct Reference

Polar coordinate struct. More...

#include <Gamepad.h>

Data Fields

float mag
 float for magnitude
float angle
 float for angle (in degrees)

Detailed Description

Polar coordinate struct.

Definition at line 40 of file Gamepad.h.


Field Documentation

float angle

float for angle (in degrees)

Definition at line 42 of file Gamepad.h.

float mag

float for magnitude

Definition at line 41 of file Gamepad.h.