TODO lijst toegevoegd (moet misschien nog uitgebreid worden)
This commit is contained in:
@@ -165,6 +165,7 @@ public class Worm {
|
||||
*/
|
||||
private void setOrientation(double orientation) {
|
||||
// TODO nominal checking
|
||||
// TODO enkel 0 - 2pi toegelaten (isValidOrientation => invar)
|
||||
this.orientation = orientation;
|
||||
}
|
||||
|
||||
@@ -258,7 +259,6 @@ public class Worm {
|
||||
/**
|
||||
* Return the mass of the worm
|
||||
* the mass of the worm expresses the weight of the worm
|
||||
*
|
||||
*/
|
||||
@Basic
|
||||
public double getMass() {
|
||||
|
Reference in New Issue
Block a user