A Cood represents a 2 dimensional integer coordinate within a tile grid system. This has current been implemented for Hexs and Squares, while triangles is the third possible regular tile system. A SqGridAlt Cood represents either a tile centre, a tile side or a tile vertex. This is the same for a Hex Grid except that not all values are legal Cood values on a HexGrid. This system allows river and naval units to move along the tile sides. The axis are named xi and yi to distinguish them from the x and y of a Vec2. On a Hex grid there is not a simple 1 to 1 mapping between the Cood components and the Vec2 components.
Attributes
- Companion:
- object
- Graph
- Supertypes
Members list
Value members
Concrete methods
Compares the receiver object (this
) with the argument object (that
) for equivalence.
Compares the receiver object (this
) with the argument object (that
) for equivalence.
Any implementation of this method should be an equivalence relation:
- It is reflexive: for any instance
x
of typeAny
,x.equals(x)
should returntrue
. - It is symmetric: for any instances
x
andy
of typeAny
,x.equals(y)
should returntrue
if and only ify.equals(x)
returnstrue
. - It is transitive: for any instances
x
,y
, andz
of typeAny
ifx.equals(y)
returnstrue
andy.equals(z)
returnstrue
, thenx.equals(z)
should returntrue
.
If you override this method, you should verify that your implementation remains an equivalence relation.
Additionally, when overriding this method it is usually necessary to override hashCode
to ensure that
objects which are "equal" (o1.equals(o2)
returns true
) hash to the same scala.Int.
(o1.hashCode.equals(o2.hashCode)
).
Attributes
- that
the object to compare against this object for equality.
- Returns:
true
if the receiver object is equivalent to the argument;false
otherwise.- Definition Classes
- Any
x.isOdd & y.isOdd | x.isEven & y.isEven
x.isOdd & y.isOdd | x.isEven & y.isEven
Attributes
1st parameter name.
2nd parameter name.
x.isOdd & y.isEven | x.isEven & y.isOdd
x.isOdd & y.isEven | x.isEven & y.isOdd
Attributes
Element 1 of this Show 2 element product.
Element 2 of this Show 2 element product.
The RSON type of T. This the only data that a ShowT instance requires, that can't be implemented through delegation to an object of type Show.
The RSON type of T. This the only data that a ShowT instance requires, that can't be implemented through delegation to an object of type Show.
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- ShowElemInt2
Attributes
- Definition Classes
- Inherited from:
- ShowElemInt2
The optional default value for parameter 1.
The optional default value for parameter 2.
Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on ShowT type class instances.
Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on ShowT type class instances.
Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on ShowT type class instances.
Attributes
- Inherited from:
- ShowN
Attributes
- Inherited from:
- ShowN
Show with decimal precision of 0 places.
Show with decimal precision of 1 place padding with a zero if necessary.
Show with decimal precision of 1 place padding with a zero if necessary.
Attributes
- Inherited from:
- ShowDec
Show with decimal precision of 2 places padding with zeros if necessary.
Show with decimal precision of 2 places padding with zeros if necessary.
Attributes
- Inherited from:
- ShowDec
Show with decimal precision of 3 places padding with zeros if necessary.
Show with decimal precision of 3 places padding with zeros if necessary.
Attributes
- Inherited from:
- ShowDec
Attributes
- Definition Classes
- Inherited from:
- ShowElemInt2
Implicits
Inherited implicits
The ShowT type class instance for the 1st element of this 2 element product.
The ShowT type class instance for the 1st element of this 2 element product.
Attributes
- Definition Classes
- Inherited from:
- ShowElemInt2
The ShowT type class instance for the 2nd element of this 2 element product.
The ShowT type class instance for the 2nd element of this 2 element product.
Attributes
- Definition Classes
- Inherited from:
- ShowElemInt2