(double x, Vec3 v)
| 23 | public Vec3 tO, tI; |
| 24 | |
| 25 | public Node(double x, Vec3 v) { |
| 26 | this.x = x; |
| 27 | this.v = new Vec3(v); |
| 28 | dirty = true; |
| 29 | TCB3.this.n.add(this); |
| 30 | } |
| 31 | |
| 32 | public void setSubX(double sub_x) { |
| 33 | this.subX = subX; |
no test coverage detected