[ Version ( since = "1.2" ) ]
public Point3D transform_point3d (Point3D p)
Transforms the given Point3D 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
this |
a Matrix |
p |
a Point3D |
res |
return location for the result |