Transpose44_F16

Transposes a 4x4 matrix of 16.16 values.

Synopsis

void Transpose44_F16( mat44f16 dest, mat44f16 src )

Description

This function transposes a 4 x 4 matrix of 16.16 values and deposits the result in the matrix dest.

Arguments

dest
Pointer to destination matrix to store the result.
src
The matrix to transpose.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

Transpose33_F16()