Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
moveTo
Method · 0.95
lineTo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected