aboutsummaryrefslogtreecommitdiff
path: root/src/cavegen.cpp
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2015-09-20 15:19:52 +0200
committerest31 <MTest31@outlook.com>2015-09-26 21:28:50 +0200
commit776760aba730f1db565d124b4c04efae1c152d9e (patch)
tree01cdf488e3a3b1a45e3bfb4dbe19dd3efadffa2d /src/cavegen.cpp
parent89e8f3a9182f5ec15b0c43389a516b10a54741d9 (diff)
downloadminetest-776760aba730f1db565d124b4c04efae1c152d9e.tar.gz
minetest-776760aba730f1db565d124b4c04efae1c152d9e.tar.bz2
minetest-776760aba730f1db565d124b4c04efae1c152d9e.zip
Clarify radii and distance types in documentation
Because not all circles are round: * circles using an euclidean metric are what we usually call "round" * circles using a maximum metric look like euclidean rectangles with equal adjacent sides (squares) * circles using a manhattan metric look like an euclidean right angled rhombus (squares, but 45° rotated to the former one) [ci skip]
Diffstat (limited to 'src/cavegen.cpp')
0 files changed, 0 insertions, 0 deletions
/a> 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
-- Minetest: builtin/serialize.lua

-- https://github.com/fab13n/metalua/blob/no-dll/src/lib/serialize.lua
-- Copyright (c) 2006-2997 Fabien Fleutot <metalua@gmail.com>
-- License: MIT