aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-11-07 16:07:47 -0800
committerAlon Zakai <azakai@mozilla.com>2010-11-07 16:07:47 -0800
commit98a9576c6e3c357960bd7741f9e0ad964f206e29 (patch)
treea12dd6801c7fce111584a8c18cf1692c7a731c68 /src
parent54b3d3ec052aac293524da742000167cd0be5067 (diff)
wip bullet/webgl demo
Diffstat (limited to 'src')
-rw-r--r--src/library.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index ba854885..dc178294 100644
--- a/src/library.js
+++ b/src/library.js
@@ -212,6 +212,8 @@ var Library = {
asinf: 'Math.asin',
atan: 'Math.atan',
atanf: 'Math.atan',
+ atan2: 'Math.atan2',
+ atan2f: 'Math.atan2',
sqrt: 'Math.sqrt',
sqrtf: 'Math.sqrt',
fabs: 'Math.abs',