Skip to main content

Module functions_2

Module functions_2 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Functions§

find_zero_crossing
Find the zero-crossing (surface) along a 1-D ray by bisection.
generate_sdf_grid
Generate a GpuSdfGrid by evaluating shape at every cell centre.
march_surface
Simplified surface extraction from a GpuSdfGrid.
projected_area_xy
Compute the projected area of a surface onto the xy-plane.
query_distance_field
Query the distance field at a point and compute surface normal + closest point.
query_distance_field_batch
Batch query multiple points and return DistanceQuery results.
sdf_bilateral_filter
Bilateral filter for SDF: preserves sharp features while smoothing noise.