Package: graphene
Function graphene:matrix-transform-point
Lambda Listgraphene:matrix-transform-point (matrix point result) ArgumentsReturn ValueThe graphene:point-t instance with the result. Details
Transforms the given point using the given matrix. Unlike the graphene:matrix-transform-vec3 function, 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 |
#2024-12-30