MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / scale_to_height

Function scale_to_height

brainworkshop.py:136–137  ·  view source on GitHub ↗
(fraction)

Source from the content-addressed store, hash-verified

134 return int(fraction * window.width/DEFAULT_WINDOW_WIDTH)
135
136def scale_to_height(fraction):
137 return int(fraction * window.height/DEFAULT_WINDOW_HEIGHT)
138
139def calc_fontsize(size):
140 return size * (window.height/DEFAULT_WINDOW_HEIGHT)

Callers 6

create_batchMethod · 0.85
crosshair_updateMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
scale_brainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected