vibespatial.kernels.constructive.nonpolygon_binary_source¶
CUDA kernel source for non-polygon binary constructive operations.
Contains NVRTC kernel source strings for: - Point-LineString: point-on-segment test - LineString-Polygon: segment clipping against polygon boundary - LineString-LineString: segment-segment intersection
Extracted from nonpolygon_binary.py – dispatch logic remains there.