Geometry types and utilities for @dnd-kit. Provides the spatial primitives used by collision detection, shape tracking, and coordinate calculations.
Note: This is an internal package used by
@dnd-kit/abstractand@dnd-kit/dom. You generally don't need to install or use it directly.
Shape,Rectangle,BoundingRectangle— Geometric shapesPoint,Position,Coordinates— Spatial positioningDistance,Axis,Axes,Alignment— Measurement and layout
exceedsDistance(delta, distance)— Check if a movement vector exceeds a threshold distance