Search Results for

    Show / Hide Table of Contents

    Struct SquareRotation

    Represents rotations / reflections of a square

    Inherited Members
    ValueType.ToString()
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    public struct SquareRotation

    Properties

    All

    Declaration
    public static SquareRotation[] All { get; }
    Property Value
    Type Description
    SquareRotation[]

    Identity

    Declaration
    public static SquareRotation Identity { get; }
    Property Value
    Type Description
    SquareRotation

    IsReflection

    Declaration
    public bool IsReflection { get; }
    Property Value
    Type Description
    bool

    ReflectX

    Declaration
    public static SquareRotation ReflectX { get; }
    Property Value
    Type Description
    SquareRotation

    ReflectY

    Declaration
    public static SquareRotation ReflectY { get; }
    Property Value
    Type Description
    SquareRotation

    RotateCCW

    Declaration
    public static SquareRotation RotateCCW { get; }
    Property Value
    Type Description
    SquareRotation

    Rotation

    Declaration
    public int Rotation { get; }
    Property Value
    Type Description
    int

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Invert()

    Declaration
    public SquareRotation Invert()
    Returns
    Type Description
    SquareRotation

    Rotate90(int)

    Declaration
    public static SquareRotation Rotate90(int i)
    Parameters
    Type Name Description
    int i
    Returns
    Type Description
    SquareRotation

    Operators

    operator ==(SquareRotation, SquareRotation)

    Declaration
    public static bool operator ==(SquareRotation a, SquareRotation b)
    Parameters
    Type Name Description
    SquareRotation a
    SquareRotation b
    Returns
    Type Description
    bool

    implicit operator SquareRotation(CellRotation)

    Declaration
    public static implicit operator SquareRotation(CellRotation r)
    Parameters
    Type Name Description
    CellRotation r
    Returns
    Type Description
    SquareRotation

    implicit operator CellRotation(SquareRotation)

    Declaration
    public static implicit operator CellRotation(SquareRotation r)
    Parameters
    Type Name Description
    SquareRotation r
    Returns
    Type Description
    CellRotation

    operator !=(SquareRotation, SquareRotation)

    Declaration
    public static bool operator !=(SquareRotation a, SquareRotation b)
    Parameters
    Type Name Description
    SquareRotation a
    SquareRotation b
    Returns
    Type Description
    bool

    operator *(SquareRotation, int)

    Declaration
    public static int operator *(SquareRotation a, int side)
    Parameters
    Type Name Description
    SquareRotation a
    int side
    Returns
    Type Description
    int

    operator *(SquareRotation, SquareFaceDir)

    Declaration
    public static SquareFaceDir operator *(SquareRotation rotation, SquareFaceDir faceDir)
    Parameters
    Type Name Description
    SquareRotation rotation
    SquareFaceDir faceDir
    Returns
    Type Description
    SquareFaceDir

    operator *(SquareRotation, SquareRotation)

    Declaration
    public static SquareRotation operator *(SquareRotation a, SquareRotation b)
    Parameters
    Type Name Description
    SquareRotation a
    SquareRotation b
    Returns
    Type Description
    SquareRotation

    operator *(SquareRotation, BoundsInt)

    Declaration
    public static BoundsInt operator *(SquareRotation r, BoundsInt bounds)
    Parameters
    Type Name Description
    SquareRotation r
    BoundsInt bounds
    Returns
    Type Description
    BoundsInt

    operator *(SquareRotation, Vector3Int)

    Declaration
    public static Vector3Int operator *(SquareRotation r, Vector3Int v)
    Parameters
    Type Name Description
    SquareRotation r
    Vector3Int v
    Returns
    Type Description
    Vector3Int
    In this article
    Back to top Generated by DocFX