buttleofx.core.undo_redo.tests.Vec2d package

Submodules

buttleofx.core.undo_redo.tests.Vec2d.vec2d module

class buttleofx.core.undo_redo.tests.Vec2d.vec2d.Vec2d(x, y)[source]

Bases: object

Vector with 2 dimensions : x y

getX()[source]

Gets the x coordinate

getY()[source]

Gets the y coordinate

setX(new_x)[source]

Sets the x coordinate

setY(new_y)[source]

Sets the y coordinate

Module contents