pub fn reconstruct_surface<I: Index, R: Real>(
    particle_positions: &[Vector3<R>],
    parameters: &Parameters<R>
) -> Result<SurfaceReconstruction<I, R>, ReconstructionError<I, R>>
Expand description

Performs a marching cubes surface construction of the fluid represented by the given particle positions