package com.google.android.material.shape;

import defpackage.vo6;

/* JADX INFO: loaded from: classes2.dex */
public class EdgeTreatment {
    public boolean forceIntersection() {
        return false;
    }

    @Deprecated
    public void getEdgePath(float f, float f2, @vo6 ShapePath shapePath) {
        getEdgePath(f, f / 2.0f, f2, shapePath);
    }

    public void getEdgePath(float f, float f2, float f3, @vo6 ShapePath shapePath) {
        shapePath.lineTo(f, 0.0f);
    }
}
