Riwmorld
Verse.Rot4 Struct Reference
Inheritance diagram for Verse.Rot4:

Public Member Functions

 Rot4 (byte newRot)
 
 Rot4 (int newRot)
 
override bool Equals (object obj)
 
bool Equals (Rot4 other)
 
override int GetHashCode ()
 
void Rotate (RotationDirection RotDir)
 
override string ToString ()
 
string ToStringHuman ()
 

Static Public Member Functions

static Rot4 FromAngleFlat (float angle)
 
static Rot4 FromIntVec2 (IntVec2 offset)
 
static Rot4 FromIntVec3 (IntVec3 offset)
 
static Rot4 FromString (string str)
 
static bool operator== (Rot4 a, Rot4 b)
 
static bool operator!= (Rot4 a, Rot4 b)
 

Properties

float AsAngle [get]
 
byte AsByte [get, set]
 
int AsInt [get, set]
 
Quaternion AsQuat [get]
 
static Rot4 East [get]
 
IntVec3 FacingCell [get]
 
static Rot4 Invalid [get]
 
bool IsHorizontal [get]
 
bool IsValid [get]
 
static Rot4 North [get]
 
Rot4 Opposite [get]
 
static Rot4 Random [get]
 
static Rot4 South [get]
 
static Rot4 West [get]
 

The documentation for this struct was generated from the following file: