coordInShape

fun coordInShape(x: Double, y: Double): Boolean

Check if coordinate is in shape

Return

boolean indicating whether a coordinate (x and y) lies within the shape or not

Parameters

x
y