Show / Hide Table of Contents

Struct RotatedTile

Represents a tile that has been rotated and reflected in some way.

Namespace: DeBroglie.Rot
Assembly: DeBroglie.dll
Syntax
public struct RotatedTile

Constructors

| Edit this page View Source

RotatedTile(Tile, Rotation)

Declaration
public RotatedTile(Tile tile, Rotation rotation)
Parameters
Type Name Description
Tile tile
Rotation rotation

Properties

| Edit this page View Source

Rotation

Declaration
public Rotation Rotation { get; set; }
Property Value
Type Description
Rotation
| Edit this page View Source

Tile

Declaration
public Tile Tile { get; set; }
Property Value
Type Description
Tile

Methods

| Edit this page View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)
| Edit this page View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()
| Edit this page View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ValueType.ToString()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX