Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-yijun committed Feb 17, 2024
1 parent 8db24ad commit 9f41335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ namespace WorldBuilder
const double theta = 2.0 * Consts::PI * one * deflections[i]; // Rotation about the pole (Z)
const double phi = 2.0 * Consts::PI * two; // For direction of pole deflection.
const double z = 2.0* three * deflections[i]; //For magnitude of pole deflection.

// Compute a vector V used for distributing points over the sphere
// via the reflection I - V Transpose(V). This formulation of V
// will guarantee that if x[1] and x[2] are uniformly distributed,
Expand Down

0 comments on commit 9f41335

Please sign in to comment.