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

Function scale_to_width

brainworkshop.py:133–134  ·  view source on GitHub ↗
(fraction)

Source from the content-addressed store, hash-verified

131 return int(from_edge * window.width/DEFAULT_WINDOW_WIDTH)
132
133def scale_to_width(fraction):
134 return int(fraction * window.width/DEFAULT_WINDOW_WIDTH)
135
136def scale_to_height(fraction):
137 return int(fraction * window.height/DEFAULT_WINDOW_HEIGHT)

Callers 9

create_batchMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
scale_brainFunction · 0.85
brainworkshop.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected