Skip to content

Type alias: IIntersectsFn

Ƭ IIntersectsFn: (a: BBoxLike, b: BBoxLike) => boolean

Type declaration

▸ (a, b): boolean

Parameters
NameType
aBBoxLike
bBBoxLike
Returns

boolean

Defined in

index.ts:24

Released under the MIT License.