We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408d2a8 commit b28c441Copy full SHA for b28c441
src/icosphere.rs
@@ -21,7 +21,7 @@ use anyhow::{Context, Result};
21
use glam::f32::Vec3A;
22
use hexasphere::AdjacencyBuilder;
23
24
-/// Surface area of a unit sphere.
+/// Surface area of a unit sphere, 4π.
25
const UNIT_SPHERE_AREA: f64 = 4.0 * PI;
26
27
/// Make icosphere with at least `min_points` surface points (vertices).
0 commit comments