MatInverseMatrix

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

MatInverseMatrix()  

SYNOPSIS

misc_lib/genmat.c:436

int MatInverseMatrix(MatrixType M, MatrixType InvM)
 

DESCRIPTION

Routine to compute the INVERSE of a given matrix M which is not modified. The matrix is assumed to be 4 by 4 (transformation matrix). Return TRUE if inverted matrix (InvM) do exists.  

PARAMETERS:

M: Original matrix to invert.

InvM: Inverted matrix will be placed here.  

FUNCTION RETURN VALUE

int: TRUE if inverse exists, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:24 GMT, July 20, 2024