(double x, Vec3 y)
| 67 | } |
| 68 | |
| 69 | public Node newNode(double x, Vec3 y) { |
| 70 | Node n = new Node(x, y); |
| 71 | return n; |
| 72 | } |
| 73 | |
| 74 | public Function<Triple<Node, Node, Node>, Void> tcb(final double it, final double ic, final double ib) { |
| 75 | return new Function<Triple<Node, Node, Node>, Void>() { |
no outgoing calls
no test coverage detected