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