zhangxinyu01text

Dependencies:   mbed

Revision:
20:5efed4030c7b
Parent:
19:0657c7e4d4bf
--- a/CXK/CXK.cpp	Mon May 06 07:07:55 2019 +0000
+++ b/CXK/CXK.cpp	Mon May 06 07:32:01 2019 +0000
@@ -77,3 +77,7 @@
     return _score;
 }
 
+Vector2D CXK::get_pos() {
+    Vector2D p = {_x,_y};
+    return p;    
+}
\ No newline at end of file