isInRectangle

open fun isInRectangle(    origin: Vector2D<*>,     width: Double,     height: Double): Boolean

Checks whether the given point is inside a rectangular region described by an origin point and width and height values (only positive).