ELEC2645 (2018/19) / Mbed 2 deprecated fy14lkaa

Dependencies:   mbed

Revisions of bullet/bullet.h

Revision Date Message Actions
31:5c9309ddf84c 2019-04-20 creating space_ship folder. File  Diff  Annotate
30:9688950d9f38 2019-04-20 added all the private variables for bullet class. File  Diff  Annotate
29:3cc490f4ffb9 2019-04-20 declared an accessor method Vector [2D get_velocity();] to return the velocity of the bullet. File  Diff  Annotate
28:4786e81ce3e3 2019-04-20 declared an accessor function [Vector2D get_pos();] to return the position of the bullet. File  Diff  Annotate
27:4039cf79b3ec 2019-04-19 declared a mutator function [void set_pos (Vector2D p);] to set the position of the bullet. File  Diff  Annotate
26:2801e3268228 2019-04-19 declared mutator function [void set_velocity(Vector2D v);] to set the velocity of the bullet. File  Diff  Annotate
25:70c70192eae5 2019-04-19 declared the function [void update();] in bullet.h which used to update the position of the bullet in the x-coordinate and y-coordinate. File  Diff  Annotate
24:d4919c29a663 2019-04-19 declared the function of the drawing by using [void draw(N5110&lcd);]; which used the N5110 and lcd libraries to draw the bullet in bullet.h. File  Diff  Annotate
23:bfda24746bd4 2019-04-19 declare initialization of the bullet size and its speed by using [void init(int size,int speed);] in bullet.h. File  Diff  Annotate
22:6d3c3f2715d0 2019-04-19 include the constructor and destructor for bullet class. File  Diff  Annotate
21:5b953e368fba 2019-04-19 include all the libraries's header file in bullet.h file File  Diff  Annotate
20:1a7e1e81d457 2019-04-19 created bullet header file. File  Diff  Annotate