Rect.intersects
機能/意味
Determine intersection of rectangles
タイプ
Rectクラス
のメソッド
構文
intersects(
r
)
引数
r
Specify the rectangle object to determine the intersection.
戻り値
Intersection
説明
Determines whether to intersect with the specified rectangular object.
Returns true if they intersect.