pub fn compute_esp_grid(
elements: &[u8],
positions: &[[f64; 3]],
spacing: f64,
padding: f64,
) -> Result<EspGrid, String>Expand description
Compute ESP grid and return full result with values, origin, spacing and dimensions.
This is a convenience alias for compute_esp() returning the EspGrid struct.