summaryrefslogtreecommitdiff
path: root/src/WalkAnimation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/WalkAnimation.java')
-rw-r--r--src/WalkAnimation.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/WalkAnimation.java b/src/WalkAnimation.java
index f66e7df..33cbce1 100644
--- a/src/WalkAnimation.java
+++ b/src/WalkAnimation.java
@@ -62,4 +62,11 @@ interface WalkAnimation {
* @return angle in degrees.
*/
public double getArmAngleRight();
+
+ /**
+ * Finds the distance between the floor and the bottom of the body.
+ *
+ * @return A distance in meters.
+ */
+ public double getBottomOffset();
}