StoneStartPosition class
Relative start position of a stone in the Wall.
Constructors
- StoneStartPosition({required int x, required int y})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator *(
double stoneSide) → Offset -
Computes the absolute brick position in a wall.
stoneSide
represents the smallest stone width/height. -
operator ==(
Object other) → bool -
The equality operator.
inherited