Arturs Kozlovskis 201253737

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Ball_linear Struct Reference

Ball_linear Struct Reference

Struct for linear ball's varables. More...

#include <Functions.h>

Data Fields

int ball_x_pos [10]
 Holds ball's x position(int)
int ball_y_pos [10]
 Sets the gravity with which the ball will fall(int)
int time_incrementer [10]
 Increments the y(initaly time) value(int)
int ball_x_incrementer [10]
 Increments ball's x value(int)
int delta_r [10]
 Holds ball's radiuss value(int)

Detailed Description

Struct for linear ball's varables.

Definition at line 25 of file Functions.h.


Field Documentation

Increments ball's x value(int)

Definition at line 30 of file Functions.h.

int ball_x_pos[10]

Holds ball's x position(int)

Definition at line 26 of file Functions.h.

int ball_y_pos[10]

Sets the gravity with which the ball will fall(int)

Ball's y position(int)

Definition at line 28 of file Functions.h.

int delta_r[10]

Holds ball's radiuss value(int)

Definition at line 31 of file Functions.h.

Increments the y(initaly time) value(int)

Definition at line 29 of file Functions.h.