export class Edges { public top: boolean; // If the top edge was exceeded public right: boolean; // If the right edge was exceeded public bottom: boolean; // If the bottom edge was exceeded public left: boolean; // If the left edge was exceeded }