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