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

Method duration

src/main/java/trace/util/TCB3.java:193–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 public double duration() {
194 clean();
195 return n.get(n.size() - 1).x;
196 }
197
198 public Vec3 evaluate(double a, Vec3 out) {
199 Triple<Node, Node, Double> q = this.bracket(a);

Callers

nothing calls this directly

Calls 3

cleanMethod · 0.95
getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected