Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
impl<R: Real, const D: usize> InterpolationQuantity<R> for SVector<R, D> {
Callers
5
interpolate_quantity_inplace
Method · 0.80
from_aabb
Method · 0.80
evaluate_gradient
Method · 0.80
par_laplacian_smoothing_inplace
Function · 0.80
marching_cubes_cleanup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected