This commit is contained in:
randogoth 2024-04-08 11:48:00 +03:00
parent 1af28b4399
commit 7d11e0033e
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ use xenobalanus::Xenobalanus;
#[test]
fn threed() {
let mut geodesic = Xenobalanus::new();
geodesic.random_points_3d((0.0, 0.0), 1.0, 1000);
geodesic.random_points_3d((0.0, 0.0, 0.0), 1.0, 1000);
geodesic.delaunay_3d();
geodesic.preprocess_3d();
let attractors = geodesic.dtscan(5, 0.085);