Package: graphene

Function graphene:matrix-transform-point

Lambda List

graphene:matrix-transform-point (matrix point result)

Arguments

matrix -- a graphene:matrix-t instance
point -- a graphene:point-t instance
result -- a graphene:point-t instance

Return Value

The 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