MCPcopy Index your code
hub / github.com/processing/processing / S15_16ToFloat

Method S15_16ToFloat

core/src/processing/opengl/LinePath.java:620–622  ·  view source on GitHub ↗
(int fix)

Source from the content-addressed store, hash-verified

618
619
620 static float S15_16ToFloat(int fix) {
621 return (fix / 65536f);
622 }
623}

Callers 2

moveToMethod · 0.95
lineToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected