Point2D

scalata.domain.util.Geometry.Point2D
object Point2D

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Point2D.type

Members list

Value members

Concrete methods

inline def apply(x: Int, y: Int): Point2D

Construct a point.

Construct a point.

Attributes

def unapply(p: Point2D): Some[(Int, Int)]

Pattern-match extractor: case Point2D(x, y).

Pattern-match extractor: case Point2D(x, y).

Attributes