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