()
| 36 | public Function<Triple<Node, Node, Node>, Void> refresh; |
| 37 | |
| 38 | @Override |
| 39 | public String toString() { |
| 40 | return v + "@" + x + "(" + tI + "->" + tO + "):" + n; |
| 41 | } |
| 42 | |
| 43 | public void setV(Vec3 f) { |
| 44 | if (!v.equals(f)) { |
no outgoing calls
no test coverage detected