[Plib-cvs] plib/doc/sg index.html,1.18,1.19
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-08-24 23:37:54
|
Update of /cvsroot/plib/plib/doc/sg In directory usw-pr-cvs1:/tmp/cvs-serv8373/plib/doc/sg Modified Files: index.html Log Message: Remove compilation warning. Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/sg/index.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- index.html 24 Aug 2002 23:22:13 -0000 1.18 +++ index.html 24 Aug 2002 23:37:51 -0000 1.19 @@ -558,6 +558,8 @@ void sgVectorProductVec3 ( sgVec3 dst, sgVec3 a, sgVec3 b ) + SGfloat sgLerp ( SGfloat a, SGfloat b, SGfloat f ) + void sgLerp2 ( sgVec2 dst, sgVec2 a, sgVec2 b, SGfloat f ) void sgLerp3 ( sgVec3 dst, sgVec3 a, sgVec3 b, SGfloat f ) void sgLerp4 ( sgVec4 dst, sgVec4 a, sgVec4 b, SGfloat f ) @@ -693,7 +695,7 @@ </tr> <tr> <td>SG_PROJECTION</td> - <td>Forth column not 0,0,0,1.</td> + <td>Fourth column not 0,0,0,1.</td> </tr> </table> |