Home
last modified time | relevance | path

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

/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A Dsg.h1561 extern void sgdXformPnt3 ( sgdVec3 dst, const sgdVec3 src, const sgdMat4 mat ) ;
1568 inline void sgdXformPnt3 ( sgdVec3 dst, const sgdMat4 mat ) { sgdXformPnt3 ( dst, dst, mat ) ; } in sgdXformPnt3() function
2298 sgdXformPnt3 ( center, center, m ) ; in orthoXform()
/dports/x11-toolkits/plib/plib-1.8.5/src/sg/
H A Dsg.h1561 extern void sgdXformPnt3 ( sgdVec3 dst, const sgdVec3 src, const sgdMat4 mat ) ;
1568 inline void sgdXformPnt3 ( sgdVec3 dst, const sgdMat4 mat ) { sgdXformPnt3 ( dst, dst, mat ) ; } in sgdXformPnt3() function
2298 sgdXformPnt3 ( center, center, m ) ; in orthoXform()
H A Dsgd.cxx1201 void sgdXformPnt3 ( sgdVec3 dst, const sgdVec3 src, const sgdMat4 mat ) in sgdXformPnt3() function