Package: graphene

Function graphene:matrix-row

Lambda List

graphene:matrix-row (matrix index result)

Arguments

matrix -- a graphene:matrix-t instance
index -- an unsigned integer with the index of the row vector
result -- a graphene:vec4-t instance

Return Value

The graphene:vec4-t instance with the row vector.

Details

Retrieves the given row vector at index inside the matrix.
 

See also

#2024-12-30