All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.IsPointInPath.kt Maven / Gradle / Ivy

The newest version!
package com.juul.krayon.kanvas

public interface IsPointInPath {
    public fun isPointInPath(transform: Transform, path: Path, x: Float, y: Float): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy