v3_matrix4_rotate
v3_matrix4_rotate(output, output_offset, x, y, z, m4)
Perform rotation on a direction vector using 3x3 portion of a 4x4 matrix
Kind: global function
Param | Type |
---|---|
output | Array.<number> | Float32Array |
output_offset | number |
x | number |
y | number |
z | number |
m4 | Array.<number> | Float32Array |