mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 15:37:40 +00:00
initial reformatting of comments for Doxygen
This commit is contained in:
10
reg3.cpp
10
reg3.cpp
@@ -1,8 +1,14 @@
|
||||
// Hyperbolic Rogue -- regular honeycombs
|
||||
// works with spherical and hyperbolic ones -- Euclidean cubic tiling implemented in euclid.cpp
|
||||
// hyperbolic honeycombs rely on binary:: to deal with floating point errors (just like archimedean)
|
||||
// Copyright (C) 2011-2019 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
/** \file reg3.cpp
|
||||
* \brief regular honeycombs
|
||||
*
|
||||
* works with spherical and hyperbolic ones -- Euclidean cubic tiling implemented in euclid.cpp
|
||||
* includes non-quotient spaces as well as field quotient and elliptic spaces
|
||||
* hyperbolic honeycombs rely on binary:: to deal with floating point errors (just like archimedean)
|
||||
*/
|
||||
|
||||
namespace hr {
|
||||
#if MAXMDIM >= 4
|
||||
transmatrix cpush(int cid, ld alpha);
|
||||
|
Reference in New Issue
Block a user