https://github.com/ponup/glm
A port of the OpenGL Mathematics library (GLM) to PHP
https://github.com/ponup/glm
glm math opengl
Last synced: 10 months ago
JSON representation
A port of the OpenGL Mathematics library (GLM) to PHP
- Host: GitHub
- URL: https://github.com/ponup/glm
- Owner: Ponup
- License: mit
- Created: 2016-05-22T07:29:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T17:07:28.000Z (about 7 years ago)
- Last Synced: 2024-04-28T07:02:13.463Z (about 2 years ago)
- Topics: glm, math, opengl
- Language: PHP
- Size: 25.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Ponup/glm)
# PHP GLM
A port of the GLM library to the PHP language.
## Example usage
```php
scale(5), PHP_EOL;
// Output: mat4x4((5.000000, 0.000000, 0.000000, 0.000000), (0.000000, 5.000000, 0.000000, 0.000000), (0.000000, 0.000000, 5.000000, 0.000000), (0.000000, 0.000000, 0.000000, 1.000000))
```