commentaar variabelen

This commit is contained in:
Leen Dereu
2018-03-08 10:51:07 +01:00
parent 1aa5892d3b
commit 14603fa5ca

View File

@@ -27,7 +27,15 @@ public class Worm {
// jumping // jumping
private Tuple<Double, Double> oldLocation; private Tuple<Double, Double> oldLocation;
/**
* this variable contains the velocity of the jump of the worm
*/
private double jumpVelocity; private double jumpVelocity;
/**
* this variable contains the duration of the jump of the worm
*/
private double jumpTime; private double jumpTime;
/** /**