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

Function from_height_center

brainworkshop.py:114–115  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

112def from_width_center(offset):
113 return int( (window.width/2) + offset * (window.width / DEFAULT_WINDOW_WIDTH) )
114def from_height_center(offset):
115 return int( (window.height/2) + offset * (window.height / DEFAULT_WINDOW_HEIGHT) )
116def width_center():
117 return int(window.width/2)
118def height_center():

Callers 2

create_batchMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected