summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-u3d.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-05-10 20:40:17 +0300
committerMarius <mariausol@gmail.com>2011-05-10 20:40:17 +0300
commitfeeb3d0be42786dc4e4458e0a95741134bc877fb (patch)
tree82d9ae1741ed02a337ab9deb840329a41605a960 /tex/context/base/lpdf-u3d.lua
parent9d56d82213710ad13ba38606c572aa498124534d (diff)
downloadcontext-feeb3d0be42786dc4e4458e0a95741134bc877fb.tar.gz
beta 2011.05.10 19:20
Diffstat (limited to 'tex/context/base/lpdf-u3d.lua')
-rw-r--r--tex/context/base/lpdf-u3d.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/lpdf-u3d.lua b/tex/context/base/lpdf-u3d.lua
index 60df2e2ab..f5a2bc2fa 100644
--- a/tex/context/base/lpdf-u3d.lua
+++ b/tex/context/base/lpdf-u3d.lua
@@ -13,6 +13,10 @@ if not modules then modules = { } end modules ['lpdf-u3d'] = {
-- an overhaul. There are some messy leftovers that will be
-- removed in future versions.
+-- For some reason no one really tested this code so at some
+-- point we will end up with a reimplementation. For instance
+-- it makes sense to add the same activation code as with swf.
+
local format, find = string.format, string.find
local cos, sin, sqrt, pi, atan2, abs = math.cos, math.sin, math.sqrt, math.pi, math.atan2, math.abs