pub fn estimate_normals_radius_grid_aoso_gpu(
runtime: &WgpuRuntime,
positions: &GpuAoSoXyzBuffer,
grid: &GpuAoSoRadiusGrid,
) -> SpatialResult<GpuAoSoNormals>Expand description
Estimates radius normals directly from a GPU-resident sparse AoSoA grid.