package com.ifpdos.factorytest.draw;

import kotlin.Metadata;

/* JADX INFO: compiled from: BoardView.kt */
/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u0007\n\u0002\b\u001b\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001BE\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\u0006\u0010\u0005\u001a\u00020\u0003\u0012\u0006\u0010\u0006\u001a\u00020\u0003\u0012\u0006\u0010\u0007\u001a\u00020\u0003\u0012\u0006\u0010\b\u001a\u00020\u0003\u0012\u0006\u0010\t\u001a\u00020\u0003\u0012\u0006\u0010\n\u001a\u00020\u0003¢\u0006\u0002\u0010\u000bJ\t\u0010\u0015\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0016\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0017\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0018\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0019\u001a\u00020\u0003HÆ\u0003J\t\u0010\u001a\u001a\u00020\u0003HÆ\u0003J\t\u0010\u001b\u001a\u00020\u0003HÆ\u0003J\t\u0010\u001c\u001a\u00020\u0003HÆ\u0003JY\u0010\u001d\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00032\b\b\u0002\u0010\u0006\u001a\u00020\u00032\b\b\u0002\u0010\u0007\u001a\u00020\u00032\b\b\u0002\u0010\b\u001a\u00020\u00032\b\b\u0002\u0010\t\u001a\u00020\u00032\b\b\u0002\u0010\n\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u001e\u001a\u00020\u001f2\b\u0010 \u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010!\u001a\u00020\"HÖ\u0001J\t\u0010#\u001a\u00020$HÖ\u0001R\u0011\u0010\t\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\rR\u0011\u0010\n\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\rR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\rR\u0011\u0010\u0004\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0010\u0010\rR\u0011\u0010\u0007\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0011\u0010\rR\u0011\u0010\b\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0012\u0010\rR\u0011\u0010\u0005\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\rR\u0011\u0010\u0006\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0014\u0010\r¨\u0006%"}, d2 = {"Lcom/ifpdos/factorytest/draw/DiagonalRect;", "", "leftTopX", "", "leftTopY", "rightTopX", "rightTopY", "rightBottomX", "rightBottomY", "leftBottomX", "leftBottomY", "(FFFFFFFF)V", "getLeftBottomX", "()F", "getLeftBottomY", "getLeftTopX", "getLeftTopY", "getRightBottomX", "getRightBottomY", "getRightTopX", "getRightTopY", "component1", "component2", "component3", "component4", "component5", "component6", "component7", "component8", "copy", "equals", "", "other", "hashCode", "", "toString", "", "app_generalRelease"}, k = 1, mv = {1, 8, 0}, xi = 48)
public final /* data */ class DiagonalRect {
    private final float leftBottomX;
    private final float leftBottomY;
    private final float leftTopX;
    private final float leftTopY;
    private final float rightBottomX;
    private final float rightBottomY;
    private final float rightTopX;
    private final float rightTopY;

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final float getLeftTopX() {
        return this.leftTopX;
    }

    /* JADX INFO: renamed from: component2, reason: from getter */
    public final float getLeftTopY() {
        return this.leftTopY;
    }

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final float getRightTopX() {
        return this.rightTopX;
    }

    /* JADX INFO: renamed from: component4, reason: from getter */
    public final float getRightTopY() {
        return this.rightTopY;
    }

    /* JADX INFO: renamed from: component5, reason: from getter */
    public final float getRightBottomX() {
        return this.rightBottomX;
    }

    /* JADX INFO: renamed from: component6, reason: from getter */
    public final float getRightBottomY() {
        return this.rightBottomY;
    }

    /* JADX INFO: renamed from: component7, reason: from getter */
    public final float getLeftBottomX() {
        return this.leftBottomX;
    }

    /* JADX INFO: renamed from: component8, reason: from getter */
    public final float getLeftBottomY() {
        return this.leftBottomY;
    }

    public final DiagonalRect copy(float leftTopX, float leftTopY, float rightTopX, float rightTopY, float rightBottomX, float rightBottomY, float leftBottomX, float leftBottomY) {
        return new DiagonalRect(leftTopX, leftTopY, rightTopX, rightTopY, rightBottomX, rightBottomY, leftBottomX, leftBottomY);
    }

    public boolean equals(Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof DiagonalRect)) {
            return false;
        }
        DiagonalRect diagonalRect = (DiagonalRect) other;
        return Float.compare(this.leftTopX, diagonalRect.leftTopX) == 0 && Float.compare(this.leftTopY, diagonalRect.leftTopY) == 0 && Float.compare(this.rightTopX, diagonalRect.rightTopX) == 0 && Float.compare(this.rightTopY, diagonalRect.rightTopY) == 0 && Float.compare(this.rightBottomX, diagonalRect.rightBottomX) == 0 && Float.compare(this.rightBottomY, diagonalRect.rightBottomY) == 0 && Float.compare(this.leftBottomX, diagonalRect.leftBottomX) == 0 && Float.compare(this.leftBottomY, diagonalRect.leftBottomY) == 0;
    }

    public int hashCode() {
        return (((((((((((((Float.hashCode(this.leftTopX) * 31) + Float.hashCode(this.leftTopY)) * 31) + Float.hashCode(this.rightTopX)) * 31) + Float.hashCode(this.rightTopY)) * 31) + Float.hashCode(this.rightBottomX)) * 31) + Float.hashCode(this.rightBottomY)) * 31) + Float.hashCode(this.leftBottomX)) * 31) + Float.hashCode(this.leftBottomY);
    }

    public String toString() {
        return "DiagonalRect(leftTopX=" + this.leftTopX + ", leftTopY=" + this.leftTopY + ", rightTopX=" + this.rightTopX + ", rightTopY=" + this.rightTopY + ", rightBottomX=" + this.rightBottomX + ", rightBottomY=" + this.rightBottomY + ", leftBottomX=" + this.leftBottomX + ", leftBottomY=" + this.leftBottomY + ")";
    }

    public DiagonalRect(float f, float f2, float f3, float f4, float f5, float f6, float f7, float f8) {
        this.leftTopX = f;
        this.leftTopY = f2;
        this.rightTopX = f3;
        this.rightTopY = f4;
        this.rightBottomX = f5;
        this.rightBottomY = f6;
        this.leftBottomX = f7;
        this.leftBottomY = f8;
    }

    public final float getLeftTopX() {
        return this.leftTopX;
    }

    public final float getLeftTopY() {
        return this.leftTopY;
    }

    public final float getRightTopX() {
        return this.rightTopX;
    }

    public final float getRightTopY() {
        return this.rightTopY;
    }

    public final float getRightBottomX() {
        return this.rightBottomX;
    }

    public final float getRightBottomY() {
        return this.rightBottomY;
    }

    public final float getLeftBottomX() {
        return this.leftBottomX;
    }

    public final float getLeftBottomY() {
        return this.leftBottomY;
    }
}
