Geometry
scalata.domain.util.Geometry
object Geometry
Lightweight 2-D integer geometry using an opaque type.
- Point2D is represented as a tuple
(x, y)but the tuple is hidden outside the module. - Convenience ops: Manhattan distance, 4-neighbour listing, axis-aligned range and vector addition.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Geometry.type
Members list
In this article