transform_point
Description:
Transforms the given Point using the matrix this.
Unlike transform_vec3, this function will take into account the fourth row vector of the Matrix when computing the dot product of each row vector of the matrix.
See also: graphene_simd4x4f_point3_mul
Parameters:
this |
a Matrix |
p |
a Point |
res |
return location for the transformed Point |