Home
last modified time | relevance | path

Searched refs:sgdInvertMat4 (Results 1 – 3 of 3) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A Dsg.h1557 extern void sgdInvertMat4 ( sgdMat4 dst, const sgdMat4 src ) ;
1558 inline void sgdInvertMat4 ( sgdMat4 dst ) { sgdInvertMat4 ( dst, dst ) ; } in sgdInvertMat4() function
/dports/x11-toolkits/plib/plib-1.8.5/src/sg/
H A Dsg.h1557 extern void sgdInvertMat4 ( sgdMat4 dst, const sgdMat4 src ) ;
1558 inline void sgdInvertMat4 ( sgdMat4 dst ) { sgdInvertMat4 ( dst, dst ) ; } in sgdInvertMat4() function
H A Dsgd.cxx1115 void sgdInvertMat4 ( sgdMat4 dst, const sgdMat4 src ) in sgdInvertMat4() function