Rect.includedPos

Function/Meaning

Rectangle inclusion judgment

Right and bottom are judged in the range not included (-1).

Type
Rectclassmethod of
Syntax
includedPos(x:real, y:real, matrix:Matrix32) :boolean
Arguments
x

X coordinate value

y

Y coordinate value

matrix

Transformation matrix

Return value

true: Included / false: Not included

Explanation