Position
gradysim.protocol.position
This module contains some helpers useful when working with positions. Positions are used to localize the nodes inside the python simulation.
Position = Tuple[float, float, float]
module-attribute
Represents a node's position inside the simulation. It is a tuple of three floating point numbers representing the euclidean coordinates of the node.