InvertMatrix3x3
Invert a 3x3 matrix.
Syntax
Definition:
HRESULT InvertMatrix3x3(
HRESULT hrPrev,
TcVnMatrix3x3_LREAL& aSrcMatrix,
TcVnMatrix3x3_LREAL& aInvertedMatrix
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
aSrcMatrix |
Source matrix | |
|
aInvertedMatrix |
Returns inverted matrix |
Required License
TC3 Vision Base
Return value