
Security News
AI Agent Submits PR to Matplotlib, Publishes Angry Blog Post After Rejection
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.
Part of a fork of @toji's
gl-matrix split into smaller pieces: this
package contains glMatrix.vec3.
vec3 = require('gl-vec3')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-vec3').scale
var scale = require('gl-vec3/scale')
Adds two vec3's
Get the angle between two 3D vectors
Creates a new vec3 initialized with values from an existing vector
Copy the values from one vec3 to another
Creates a new, empty vec3
Computes the cross product of two vec3's
Calculates the euclidian distance between two vec3's
Divides two vec3's
Calculates the dot product of two vec3's
Perform some operation over an array of vec3s.
Creates a new vec3 initialized with the given values
Returns the inverse of the components of a vec3
Calculates the length of a vec3
Performs a linear interpolation between two vec3's
Returns the maximum of two vec3's
Returns the minimum of two vec3's
Multiplies two vec3's
Negates the components of a vec3
Normalize a vec3
Generates a random vector with the given scale
Rotate a 3D vector around the x-axis
Rotate a 3D vector around the y-axis
Rotate a 3D vector around the z-axis
Scales a vec3 by a scalar number
Adds two vec3's after scaling the second operand by a scalar value
Set the components of a vec3 to the given values
Calculates the squared euclidian distance between two vec3's
Calculates the squared length of a vec3
Subtracts vector b from vector a
Transforms the vec3 with a mat3.
Transforms the vec3 with a mat4. 4th vector component is implicitly '1'
Transforms the vec3 with a quat
zlib. See LICENSE.md for details.
FAQs
gl-matrix's vec3, split into smaller pieces
The npm package gl-vec3 receives a total of 82,926 weekly downloads. As such, gl-vec3 popularity was classified as popular.
We found that gl-vec3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.

Security News
HashiCorp disclosed a high-severity RCE in next-mdx-remote affecting versions 4.3.0 to 5.x when compiling untrusted MDX on the server.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.