isInsideView

abstract fun isInsideView(viewPoint: Point): Boolean(source)

Check if a point of the view-space is "visible", i.e. it is inside the view.

Return

true if it is visible, false instead

Parameters

viewPoint

is the Point to check