[ Version ( since = "1.0" ) ]
public Vec3 transform_vec3 (Vec3 v)
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
this |
a Matrix |
v |
a Vec3 |
res |
return location for a Vec3 |