amaze.simu.pos
Generic coordinate helpers
Contains 2D vector (and points) and cell-aligned positions
Classes
Pos(x, y)
|
A position inside the maze |
Vec(x, y)
|
Generic 2d vector with limited arithmetic operations |
-
class amaze.simu.pos.Vec(x: float, y: float)[source]
Generic 2d vector with limited arithmetic operations
-
class amaze.simu.pos.Pos(x: float, y: float)[source]
A position inside the maze