This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
source
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Activity
Browse Source
Revise breif of the geom::mc and geom::morton namespaces
master
C. J. Howard
3 years ago
parent
d16167586c
commit
68d5d83969
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/geom/marching-cubes.hpp
+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 code
s.
///
Morton location code encoding and decoding function
s.
namespace
morton
{
/// Encodes 2D coordinates as a 32-bit Morton location code.
Write
Preview
Loading…
Cancel
Save