Home
last modified time | relevance | path

Searched refs:yaround (Results 1 – 3 of 3) sorted by relevance

/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dtransform.py52 def cartesian_to_polar(x, y, xaround, yaround): argument
58 dy = y - yaround
69 def polar_to_cartesian(angle, radius, xaround, yaround): argument
80 y = type(yaround)(yaround + dy)
219 return (self.xaround, self.yaround)
222 self.xaround, self.yaround = value
226 self.xaround, self.yaround = value
235 angle, _radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
241 _angle, radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
247 _angle, radius = cartesian_to_polar(xpos, ypos, self.xaround, self.yaround)
[all …]
H A Dmotion.py348 xaround, yaround = self.around
351 yaround = fti(yaround, h)
363 y = ypos - yanchor + ycor - yaround
371 ny = ny - ycor + yaround
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Datl.py1220 trans.state.yaround = newts.yaround