Sha256: 6f64ba461757fe7a71040b90f851a2aef446e0e4e3500a7a9e8e48cc9011133e
Contents?: true
Size: 227 Bytes
Versions: 13
Compression:
Stored size: 227 Bytes
Contents
/** * mat4.IDENTITY -> mat4 * * Represents a 4x4 Identity matrix. * * (Note: this is a Jax-specific extension. It does not appear by default * in the glMatrix library.) **/ mat4.IDENTITY = mat4.identity(mat4.create());
Version data entries
13 entries across 13 versions & 1 rubygems