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

Method set

src/main/java/com/volmit/adapt/util/CDou.java:30–34  ·  view source on GitHub ↗
(double n)

Source from the content-addressed store, hash-verified

28 }
29
30 public CDou set(double n) {
31 number = n;
32 circ();
33 return this;
34 }
35
36 public CDou add(double a) {
37 number += a;

Callers 4

angleLeftMethod · 0.95
angleRightMethod · 0.95
angleUpMethod · 0.95
angleDownMethod · 0.95

Calls 1

circMethod · 0.95

Tested by

no test coverage detected