transform_vec3
Description:
Transforms the given Vec3 using the matrix this.
This function will multiply the X, Y, and Z row vectors of the matrix this with the corresponding components
of the vector v
. The W row vector will be ignored.
See also: graphene_simd4x4f_vec3_mul
Parameters:
this |
a Matrix |
v |
a Vec3 |
res |
return location for a Vec3 |