# vmath-deprecated **Repository Path**: mirrors_cocos-creator/vmath-deprecated ## Basic Information - **Project Name**: vmath-deprecated - **Description**: Yet another gl-matrix: faster and smaller. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vmath [![Travis CI Status](https://travis-ci.org/gamedev-js/vmath.svg?branch=master)](https://travis-ci.org/gamedev-js/vmath) Yet another gl-matrix but smaller (without SIMD) and faster (use Hidden class instead of Float32Array). ## Why? - Hidden classes + inline caching is much faster than Array/Float32Array. - Remove SIMD for smaller footprint. - Make sure using the column-major matrix for all calculation. ## Install ```bash npm install vmath ``` ## Documentation - [API](./api.md) ## License MIT © 2017 Johnny Wu