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

Method Node

src/main/java/trace/util/TCB3.java:25–30  ·  view source on GitHub ↗
(double x, Vec3 v)

Source from the content-addressed store, hash-verified

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;

Callers 2

MocapClass · 0.45
addToTrackMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected