vibespatial.kernels.constructive.polygon_intersection_source

CUDA kernel source for GPU polygon intersection.

Contains the Sutherland-Hodgman polygon clipping NVRTC kernel source (count + scatter passes) and kernel name tuple.

Extracted from polygon_intersection.py – dispatch logic remains there.