Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Part of a fork of @toji's
gl-matrix split into smaller pieces: this
package contains glMatrix.mat3
.
mat3 = require('gl-mat3')
Will load all of the module's functionality and expose it on a single object. Note that any of the methods may also be required directly from their files.
For example, the following are equivalent:
var scale = require('gl-mat3').scale
var scale = require('gl-mat3/scale')
Calculates the adjugate of a mat3
Creates a new mat3 initialized with values from an existing matrix
Copy the values from one mat3 to another
Creates a new identity mat3
Calculates the determinant of a mat3
Returns Frobenius norm of a mat3
Copies the values from a mat2d into a mat3
Copies the upper-left 3x3 values into the given mat3.
Calculates a 3x3 matrix from the given quaternion
Set a mat3 to the identity matrix
Inverts a mat3
Multiplies two mat3's
Calculates a 3x3 normal matrix (transpose inverse) from the 4x4 matrix
Rotates a mat3 by the given angle
Scales the mat3 by the dimensions in the given vec2
Returns a string representation of a mat3
Translate a mat3 by the given vector
Transpose the values of a mat3
zlib. See LICENSE.md for details.
FAQs
gl-matrix's mat3, split into smaller pieces
The npm package gl-mat3 receives a total of 18,291 weekly downloads. As such, gl-mat3 popularity was classified as popular.
We found that gl-mat3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.