Module talk:Uniform map
Jump to navigation
Jump to search
A lot of this code is rather complicated and hard to follow. It should be rewritten and documented clearly. Especially things such as line 77:
local number_warts = (2 * math.abs(difference) + (utils.signum((-1) ^ direction * difference) - 1) / 2)
need clarification.