Skip to main content

gradient_sdf_batch

Function gradient_sdf_batch 

Source
pub fn gradient_sdf_batch(grid: &SdfGrid, points: &[[f64; 3]]) -> Vec<[f64; 3]>
Expand description

Compute the SDF gradient at a batch of query points.