Show / Hide Table of Contents

Class SquareRotation

Represents rotations / reflections of a square

Inheritance
System.Object
SquareRotation
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class SquareRotation : ValueType

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
System.Boolean

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

RotateCW

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

Rotation

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

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

FromMatrix(Matrix4x4)

Declaration
public static Nullable<SquareRotation> FromMatrix(Matrix4x4 matrix)
Parameters
Type Name Description
Matrix4x4 matrix
Returns
Type Description
System.Nullable<SquareRotation>

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Invert()

Declaration
public SquareRotation Invert()
Returns
Type Description
SquareRotation

Rotate90(Int32)

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

ToMatrix()

Declaration
public Matrix4x4 ToMatrix()
Returns
Type Description
Matrix4x4

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Operators

Equality(SquareRotation, SquareRotation)

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

Implicit(CellRotation to SquareRotation)

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

Implicit(SquareRotation to CellRotation)

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

Inequality(SquareRotation, SquareRotation)

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

Multiply(SquareRotation, SquareBound)

Declaration
public static SquareBound operator *(SquareRotation rotation, SquareBound bound)
Parameters
Type Name Description
SquareRotation rotation
SquareBound bound
Returns
Type Description
SquareBound

Multiply(SquareRotation, SquareCorner)

Declaration
public static SquareCorner operator *(SquareRotation rotation, SquareCorner dir)
Parameters
Type Name Description
SquareRotation rotation
SquareCorner dir
Returns
Type Description
SquareCorner

Multiply(SquareRotation, SquareDir)

Declaration
public static SquareDir operator *(SquareRotation rotation, SquareDir dir)
Parameters
Type Name Description
SquareRotation rotation
SquareDir dir
Returns
Type Description
SquareDir

Multiply(SquareRotation, SquareRotation)

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

Multiply(SquareRotation, Vector2Int)

Declaration
public static Vector2Int operator *(SquareRotation r, Vector2Int v)
Parameters
Type Name Description
SquareRotation r
Vector2Int v
Returns
Type Description
Vector2Int

Multiply(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