Soma Takahashi / prototype01
Revision:
7:c9707baaf007
Parent:
6:16a24200ab68
Child:
8:4f8e46a3efc8
--- a/proto01.cpp	Mon Sep 23 12:21:36 2019 +0000
+++ b/proto01.cpp	Mon Sep 23 23:28:45 2019 +0000
@@ -96,4 +96,9 @@
 double Proto1::getvalue_y()
 {
     return vector * sin(targetRad);
+}
+
+double Proto1::getTheta()
+{
+    return targetRad;
 }
\ No newline at end of file