diff options
author | eug-vs <eugene@eug-vs.xyz> | 2025-01-31 03:35:28 +0100 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2025-01-31 03:35:28 +0100 |
commit | 11031f246a8ec47eb0ffca285138220eb717415e (patch) | |
tree | b164f7906441ab2a757de5e997a3a8bbc25c6ff6 /physics/src/constraint/slider.rs | |
parent | aa0385d7fc7639b748965f8c029fa1e46d218c0e (diff) | |
download | particle-physics-11031f246a8ec47eb0ffca285138220eb717415e.tar.gz |
tmp: add most recent progressexperiments
Diffstat (limited to 'physics/src/constraint/slider.rs')
-rw-r--r-- | physics/src/constraint/slider.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/physics/src/constraint/slider.rs b/physics/src/constraint/slider.rs index be8e261..a50a840 100644 --- a/physics/src/constraint/slider.rs +++ b/physics/src/constraint/slider.rs @@ -1,7 +1,7 @@ use nalgebra::{DVector, RowDVector}; use crate::{ - algebra::{subspace::Line, Point, Scalar, Vector, N}, + algebra::{distance_field::DistanceField, subspace::Line, Point, Scalar, Vector, N}, particle_system::ParticleSystem, }; |