Skip to content

@ue-too/curve / AABBIntersects

Function: AABBIntersects()

AABBIntersects(AABB1, AABB2): boolean

Defined in: packages/curve/src/b-curve.ts:1846

Tests if two axis-aligned bounding boxes intersect.

Parameters

AABB1

max

Point

min

Point

AABB2

max

Point

min

Point

Returns

boolean