Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PEXInvertMatrix(3) — Open3D 4.96

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PEXInvertMatrix(3)  —  Subroutines

Name

PEXInvertMatrix

Synopsis

int PEXInvertMatrix(PEXMatrix transform, PEXMatrix transform_return)

Arguments

transformThe transformation matrix to invert

transform_return
The inverse transformation

Returns

Zero if successful; non-zero if unsuccessful. 

Description

This function computes the inverse of a transformation matrix. 

An unsuccessful status is returned if the matrix is non-invertible. 

The two arguments may be the same variable, in which case the inversion is performed in-place, overwriting the original transform. 

Errors

None

See Also

PEXInvertMatrix2D

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026