mat33_reciprocal


Description:


public bool mat33_reciprocal (Mat3x3 src, Mat3x3 dest)

Inverts the matrix.

The arguments src and dest cannot be the same value.

Parameters:

src

the source

dest

the destination

Returns:

false if det is zero (singular).


Namespace: Cd
Package: colord