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.
Fork of BeautifulMemeProject by
vector.h
00001 #ifndef VECTOR_H 00002 #define VECTOR_H 00003 00004 #define TO_DEG 57.2958 00005 #define TO_RAD 0.017453 00006 00007 struct FloatVector{ 00008 float angle; 00009 float distance; 00010 }; 00011 00012 struct FloatVector addVector(struct FloatVector in_Vector, int angle, int distance); 00013 00014 #endif
Generated on Fri Jul 15 2022 08:26:10 by
 1.7.2
 1.7.2 
    