From 68d5d8396948b6e160f7892cbc474fc45859b85f Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Thu, 14 Jan 2021 21:30:50 +0800 Subject: [PATCH] Revise breif of the geom::mc and geom::morton namespaces --- src/geom/marching-cubes.hpp | 2 +- src/geom/morton.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/geom/marching-cubes.hpp b/src/geom/marching-cubes.hpp index 8ec2a53..46a216d 100644 --- a/src/geom/marching-cubes.hpp +++ b/src/geom/marching-cubes.hpp @@ -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 { /** diff --git a/src/geom/morton.hpp b/src/geom/morton.hpp index f76fd29..afbcae6 100644 --- a/src/geom/morton.hpp +++ b/src/geom/morton.hpp @@ -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.