Transform

class mobrob_behcon.visu.graphics.Transform(w, h, xlow, ylow, xhigh, yhigh)[source]

Internal class for 2-D coordinate transformations

Methods

__init__(w, h, xlow, ylow, xhigh, yhigh)

screen(x, y)

world(xs, ys)

Details

__init__(w, h, xlow, ylow, xhigh, yhigh)[source]
screen(x, y)[source]
world(xs, ys)[source]