quaternion-multiplication
JavaScript performance comparison
Info
Comparing different ways to multiply quaternions.
See http://ariya.blogspot.com/2010/07/faster-quaternion-multiplication.html for details.
Preparation code
<script>
var dest = [0.4642383454426296, 0, -0.18569533817705183, 0.8660254037844387];
var q = [0.12101512690846804, 0.3630453807254041, 0, 0.9238795325112867];
</script>
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
standard |
|
pending… |
factorized |
|
pending… |
test |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by Ariya Hidayat
- Revision 2: published
- Revision 6: published
- Revision 8: published
0 comments