public readonly Vector2 ToVector2()
 {
     return(UnsafeR.As <DegreeLook, Vector2>(this));
 }
 public override int GetHashCode()
 {
     return(UnsafeR.As <ChunkLocation, int>(this));
 }