• Home
Name Date Size #Lines LOC

..--

dist/03-May-2024-3,8951,868

jsdoc-template/03-May-2024-1,158957

spec/03-May-2024-3,0302,203

src/03-May-2024-3,8561,885

tasks/03-May-2024-425316

.gitignoreD03-May-202418 42

GemfileD03-May-2024310 2013

Gemfile.lockD03-May-20241.1 KiB5754

LICENSE.mdD03-May-2024880 1914

README.chromiumD03-May-2024305 1613

README.mdD03-May-2024758 1714

RakefileD03-May-2024457 2622

TESTING.mdD03-May-2024698 2717

VERSIOND03-May-20245 11

package.jsonD03-May-2024584 2625

README.chromium

1Name: gl-matrix
2Short Name: gl-matrix
3URL: https://github.com/toji/gl-matrix
4Version: 0
5Revision: 69f6665cb2e5de40f27b0eef885b4b4ab32136d4
6Date: Tue Feb 12 14:21:14 2013 -0800
7License: BSD
8License File: NOT_SHIPPED
9Security Critical: no
10
11Description:
12Matrix math in javascript
13
14Local Modifications:
15None.
16

README.md

1glMatrix
2=======================
3
4Javascript has evolved into a language capable of handling realtime 3D graphics,
5via WebGL, and computationally intensive tasks such as physics simulations.
6These types of applications demand high performance vector and matrix math,
7which is something that Javascript doesn't provide by default.
8glMatrix to the rescue!
9
10glMatrix is designed to perform vector and matrix operations stupidly fast! By
11hand-tuning each function for maximum performance and encouraging efficient
12usage patterns through API conventions, glMatrix will help you get the most out
13of your browsers Javascript engine.
14
15Learn More
16----------------------
17For documentation, news, tutorials, and more visit the [glMatrix Homepage](http://glmatrix.net/)