commentaar variabelen
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user