Function transformMat3
Parameters
- out: vec3
the receiving vector
- a: ReadonlyVec3
the vector to transform
- m: ReadonlyMat3
the 3x3 matrix to transform with
Returns vec3
out
- out: vec3
Was this helpful?
the receiving vector
the vector to transform
the 3x3 matrix to transform with
out
Transforms the vec3 with a mat3.