Skip to content

includeRect

includeRect(rect1, rect2): boolean

Test whether rect1 includes rect2 or not

Parameters

rect1: number[][]

rect2: number[][]

Returns

boolean

Source

graphics/geometry.ts:382