using System; public struct PlaneRect { public T left; public T top; public T right; public T bottom; }