MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / scale

Method scale

splashsurf_lib/src/sph_interpolation.rs:43–45  ·  view source on GitHub ↗
(&self, factor: R)

Source from the content-addressed store, hash-verified

41 }
42
43 fn scale(&self, factor: R) -> R {
44 *self * factor
45 }
46}
47
48impl<R: Real, const D: usize> InterpolationQuantity<R> for SVector<R, D> {

Callers 5

from_aabbMethod · 0.80
evaluate_gradientMethod · 0.80
marching_cubes_cleanupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected