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.
ParentClasses/Position/Position.cpp
- Committer:
- evanso
- Date:
- 2020-05-15
- Revision:
- 36:27aa597db3d2
- Parent:
- Position/Position.cpp@ 31:6015e8ed859c
- Child:
- 82:3211b31e9421
File content as of revision 36:27aa597db3d2:
#include "Position.h" Vector2D Position::get_pos(){ Vector2D pos = {position_x_,position_y_}; return pos; }