Home | History | Annotate | Download | only in dist

Lines Matching defs:set

184  * Set the components of a vec2 to the given values
191 vec2.set = function(out, x, y) {
673 * Set the components of a vec3 to the given values
681 vec3.set = function(out, x, y, z) {
1162 * Set the components of a vec4 to the given values
1171 vec4.set = function(out, x, y, z, w) {
1632 * Set a mat2 to the identity matrix
1892 * Set a mat2d to the identity matrix
2161 * Set a mat3 to the identity matrix
2593 * Set a mat4 to the identity matrix
3467 * Set the components of a quat to the given values
3477 quat.set = vec4.set;
3480 * Set a quat to the identity quaternion