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

Method mag

src/com/cloudream/ishow/util/MathUtils.java:134–137  ·  view source on GitHub ↗
(float a, float b)

Source from the content-addressed store, hash-verified

132 }
133
134 public static float mag(float a, float b)
135 {
136 return (float) Math.hypot(a, b);
137 }
138
139 public static float mag(float a, float b, float c)
140 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected