Browse Source

Revise breif of the geom::mc and geom::morton namespaces

master
C. J. Howard 3 years ago
parent
commit
68d5d83969
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/geom/marching-cubes.hpp
  2. +1
    -1
      src/geom/morton.hpp

+ 1
- 1
src/geom/marching-cubes.hpp View File

@ -24,7 +24,7 @@
namespace geom {
/// Functions and constants related to the marching cubes (MC) algorithm.
/// Marching cubes (MC) algorithm functions and constants.
namespace mc {
/**

+ 1
- 1
src/geom/morton.hpp View File

@ -25,7 +25,7 @@
namespace geom {
/// Functions which encode or decode Morton location codes.
/// Morton location code encoding and decoding functions.
namespace morton {
/// Encodes 2D coordinates as a 32-bit Morton location code.

Loading…
Cancel
Save