Rect Module

class Rect.Rect(x, y, width, height)[source]

Bases: object

Shape of map base.

All unit of member value is squares, not coordinate.

ax = None

X squares in the lower right. Automatic calculation from the argument

ay = None

Y squares in the lower right. Automatic calculation from the argument

height = None

Size of height

mx = None

X squares midpoint. Automatic calculation from the argument

my = None

Y squares midpoint. Automatic calculation from the argument

width = None

Size of width

x = None

X squares in the lower right.

y = None

Y squares in the lower right.

Previous topic

Frame Module

Next topic

Road Module

This Page