mirror of
				https://github.com/MaddyThorson/StrawberryBF.git
				synced 2025-11-04 01:41:33 +08:00 
			
		
		
		
	Cardinals IsHorizontal, IsVertical
This commit is contained in:
		@ -57,9 +57,6 @@ namespace Strawberry
 | 
			
		||||
 | 
			
		||||
				AssignmentLists.Add(type, list);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			Calc.Log(scope => GetTrackedInterfacesInfo);
 | 
			
		||||
			Calc.Log(scope => GetTrackedTypesInfo);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		static public void GetTrackedInterfacesInfo(String buffer)
 | 
			
		||||
 | 
			
		||||
@ -47,6 +47,9 @@ namespace Strawberry
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		public bool IsHorizontal => this == .Right || this == .Left;
 | 
			
		||||
		public bool IsVertical => this == .Down || this == .Up;
 | 
			
		||||
 | 
			
		||||
		public Cardinals Opposite()
 | 
			
		||||
		{
 | 
			
		||||
			switch (this)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user