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: include/geom.hpp
- Revision:
- 31:d079a9d70407
- Parent:
- 23:112c0be5a7f3
- Child:
- 43:68faf056ed5c
--- a/include/geom.hpp Sun Nov 24 19:52:28 2013 +0000
+++ b/include/geom.hpp Sun Nov 24 20:11:02 2013 +0000
@@ -11,6 +11,14 @@
int y;
};
+class Joints{
+ public:
+ Joints(float t1in, float t2in);
+
+ float t1;
+ float t2;
+};
+
class Point {
public:
Point(float xin, float yin, float thetain);
