MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / newNode

Method newNode

src/main/java/trace/util/TCB3.java:69–72  ·  view source on GitHub ↗
(double x, Vec3 y)

Source from the content-addressed store, hash-verified

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>() {

Callers 4

fromPointsMethod · 0.95
copyMethod · 0.95
CSV2Class · 0.80
claimMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected