Skip to content

@ue-too/curve / index / AABBIntersects

函式: AABBIntersects()

AABBIntersects(AABB1, AABB2): boolean

定義於: packages/curve/src/b-curve.ts:1861

Tests if two axis-aligned bounding boxes intersect.

參數

AABB1

max

Point

min

Point

AABB2

max

Point

min

Point

回傳

boolean