Point

blockudoku.models.Point
case class Point(xPos: Int, yPos: Int)

Represents a point in a 2D space.

Value parameters

xPos

The x position of the point.

yPos

The y position of the point.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product