Position

class Position

Positions are a set of coordinates (abbreviated here as “coord”) in the Euclidean/Cartesian coordinate system. The number of coordinates is the dimensionality of the Euclidean space.

Arguments

args:

  • x: x-coordinate

  • y: y-coordinate. Requires explicit x.

  • z: z-coordinate. Requires explicit y.