Transpose33_F16

Transposes a 3x3 matrix of 16.16 values.

Synopsis

void Transpose33_F16( mat33f16 dest, mat33f16 src )

Description

This function transposes a 3-by-3 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

Transpose44_F16()