Struct SquareRotation
Represents rotations / reflections of a square
Assembly: Sylves.dll
Syntax
public struct SquareRotation
Properties
All
Declaration
public static SquareRotation[] All { get; }
Property Value
Identity
Declaration
public static SquareRotation Identity { get; }
Property Value
IsReflection
Declaration
public bool IsReflection { get; }
Property Value
ReflectX
Declaration
public static SquareRotation ReflectX { get; }
Property Value
ReflectY
Declaration
public static SquareRotation ReflectY { get; }
Property Value
RotateCCW
Declaration
public static SquareRotation RotateCCW { get; }
Property Value
RotateCW
Declaration
public static SquareRotation RotateCW { get; }
Property Value
Rotation
Declaration
public int Rotation { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
FromMatrix(Matrix4x4)
Declaration
public static SquareRotation? FromMatrix(Matrix4x4 matrix)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Invert()
Declaration
public SquareRotation Invert()
Returns
Rotate90(int)
Declaration
public static SquareRotation Rotate90(int i)
Parameters
| Type |
Name |
Description |
| int |
i |
|
Returns
ToMatrix()
Declaration
public Matrix4x4 ToMatrix()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
operator ==(SquareRotation, SquareRotation)
Declaration
public static bool operator ==(SquareRotation a, SquareRotation b)
Parameters
Returns
implicit operator SquareRotation(CellRotation)
Declaration
public static implicit operator SquareRotation(CellRotation r)
Parameters
Returns
implicit operator CellRotation(SquareRotation)
Declaration
public static implicit operator CellRotation(SquareRotation r)
Parameters
Returns
operator !=(SquareRotation, SquareRotation)
Declaration
public static bool operator !=(SquareRotation a, SquareRotation b)
Parameters
Returns
operator *(SquareRotation, SquareBound)
Declaration
public static SquareBound operator *(SquareRotation rotation, SquareBound bound)
Parameters
Returns
operator *(SquareRotation, SquareCorner)
Declaration
public static SquareCorner operator *(SquareRotation rotation, SquareCorner dir)
Parameters
Returns
operator *(SquareRotation, SquareDir)
Declaration
public static SquareDir operator *(SquareRotation rotation, SquareDir dir)
Parameters
Returns
operator *(SquareRotation, SquareRotation)
Declaration
public static SquareRotation operator *(SquareRotation a, SquareRotation b)
Parameters
Returns
operator *(SquareRotation, Vector2Int)
Declaration
public static Vector2Int operator *(SquareRotation r, Vector2Int v)
Parameters
Returns
operator *(SquareRotation, Vector3Int)
Declaration
public static Vector3Int operator *(SquareRotation r, Vector3Int v)
Parameters
Returns