gokg.GOKG is a Go toolkit focused on practical 2D computational geometry. It centres on two core primitives — Vec for points and directions, and axis-aligned bounding boxes (AABB) — together with utilities that transform, combine, and analyse them. The library also models both finite and infinite planes.