IsInRegion コマンド

IsInRegion( <点>, <領域> )

点が与えられた領域にある場合は true を,そうでない場合は false を返す.

IsInRegion((1,2), Polygon((0,0), (2,0), (1,3))) 出力: true