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

Method setV

src/main/java/trace/util/TCB3.java:43–48  ·  view source on GitHub ↗
(Vec3 f)

Source from the content-addressed store, hash-verified

41 }
42
43 public void setV(Vec3 f) {
44 if (!v.equals(f)) {
45 v.set(f);
46 dirty = true;
47 }
48 }
49
50 public Vec3 getV() {
51 return v;

Callers 1

refreshContentsMethod · 0.95

Calls 2

setMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected