Functions
core/vgui/internals/vgui_invert_homg4x4.cxx File Reference
#include "vgui_invert_homg4x4.h"

Go to the source code of this file.

Functions

bool vgui_invert_homg4x4 (double const *const *M, double **Mi)
 A, B are 4x4 matrices.
bool vgui_invert_homg4x4 (double const A[4][4], double B[4][4])
 A, B are 4x4 matrices.

Detailed Description

Author:
fsm

Definition in file vgui_invert_homg4x4.cxx.


Function Documentation

bool vgui_invert_homg4x4 ( double const *const *  M,
double **  Mi 
)

A, B are 4x4 matrices.

Definition at line 70 of file vgui_invert_homg4x4.cxx.

bool vgui_invert_homg4x4 ( double const  A[4][4],
double  B[4][4] 
)

A, B are 4x4 matrices.

Definition at line 112 of file vgui_invert_homg4x4.cxx.