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

Function height_center

brainworkshop.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116def width_center():
117 return int(window.width/2)
118def height_center():
119 return int(window.height/2)
120
121def from_top_edge(from_edge):
122 return int(window.height - (from_edge * window.height/DEFAULT_WINDOW_HEIGHT))

Callers 4

__init__Method · 0.85
__init__Method · 0.85
drawMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected