export interface IRectSideResult { bounced: boolean; position?: number; velocity?: number; }