first diffused sphere

This commit is contained in:
2023-01-30 00:28:22 +01:00
parent 95f5132d1d
commit 5d879f8a1e
4 changed files with 540 additions and 512 deletions

View File

@@ -1,4 +1,4 @@
use rand::prelude::*;
use rand::Rng;
// Constants
pub const INFINITY: f64 = std::f64::INFINITY;