Module andiskaz::coord

source ·
Expand description

Provides types related to the coordinate system.

Type Definitions

  • A single scalar coordinate used in the terminal.
  • A coordinate made of two components x and y. The x axis corresponds to its expected meaning. When the feature plane is enabled, this is simply an alias to ::gardiz::coord::Vec2, otherwise it is a dedicated struct.