Home
last modified time | relevance | path

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

/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A Dsg.h1305 void sgMultQuat ( sgQuat dst, const sgQuat a, const sgQuat b ) ;
1312 sgMultQuat ( dst, r, q ) ; in sgPostMultQuat()
1320 sgMultQuat ( dst, q, r ) ; in sgPreMultQuat()
/dports/x11-toolkits/plib/plib-1.8.5/src/sg/
H A Dsg.h1305 void sgMultQuat ( sgQuat dst, const sgQuat a, const sgQuat b ) ;
1312 sgMultQuat ( dst, r, q ) ; in sgPostMultQuat()
1320 sgMultQuat ( dst, q, r ) ; in sgPreMultQuat()
H A Dsg.cxx1394 void sgMultQuat ( sgQuat dst, const sgQuat a, const sgQuat b ) in sgMultQuat() function