MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / sub

Method sub

src/main/java/com/volmit/adapt/util/CDou.java:42–46  ·  view source on GitHub ↗
(double a)

Source from the content-addressed store, hash-verified

40 }
41
42 public CDou sub(double a) {
43 number -= a;
44 circ();
45 return this;
46 }
47
48 public double get() {
49 return number;

Callers 1

angleLeftMethod · 0.95

Calls 1

circMethod · 0.95

Tested by

no test coverage detected