Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ParentClasses/Position/Position.cpp
- Revision:
- 36:27aa597db3d2
- Parent:
- 31:6015e8ed859c
- Child:
- 82:3211b31e9421
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ParentClasses/Position/Position.cpp Fri May 15 16:31:25 2020 +0000 @@ -0,0 +1,6 @@ +#include "Position.h" + +Vector2D Position::get_pos(){ + Vector2D pos = {position_x_,position_y_}; + return pos; +} \ No newline at end of file