Function splashsurf_lib::reconstruct_surface_inplace[][src]

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

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