Package: graphene

Function graphene:matrix-transform-point3d

Lambda List

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

Arguments

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

Return Value

The graphene:point3d-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