MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / degrees

Method degrees

src/com/cloudream/ishow/util/MathUtils.java:169–172  ·  view source on GitHub ↗
(float radians)

Source from the content-addressed store, hash-verified

167 }
168
169 public static float degrees(float radians)
170 {
171 return radians * RAD_TO_DEG;
172 }
173
174 public static float lerp(float start, float stop, float amount)
175 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected