MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / ScreenY

Function ScreenY

internal/app/notes.go:79–79  ·  view source on GitHub ↗
(worldY, zoom int)

Source from the content-addressed store, hash-verified

77}
78
79func ScreenY(worldY, zoom int) int { return ScreenX(worldY, zoom) }
80
81// ScreenDeltaToWorld converts a 1-cell screen delta into a world delta,
82// ensuring a non-zero input always moves at least 1 world cell.

Callers 3

EffectiveYMethod · 0.85
ScreenRectMethod · 0.85
PosMethod · 0.85

Calls 1

ScreenXFunction · 0.85

Tested by

no test coverage detected