Functions
core/vgui/internals/vgui_invert_homg4x4.h File Reference

Go to the source code of this file.

Functions

bool vgui_invert_homg4x4 (double const *const *A, double **B)
 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.h.


Function Documentation

bool vgui_invert_homg4x4 ( double const *const *  A,
double **  B 
)

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.