[Plib-cvs] plib/doc/sg index.html,1.20,1.21
Brought to you by:
sjbaker
From: Bram S. <br...@us...> - 2005-02-27 19:59:44
|
Update of /cvsroot/plib/plib/doc/sg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6003 Modified Files: index.html Log Message: Fixed documentation bug on slerping Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/sg/index.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- index.html 13 Nov 2003 15:35:41 -0000 1.20 +++ index.html 27 Feb 2005 19:59:35 -0000 1.21 @@ -567,9 +567,9 @@ 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 ) + void sgLerpVec2 ( sgVec2 dst, sgVec2 a, sgVec2 b, SGfloat f ) + void sgLerpVec3 ( sgVec3 dst, sgVec3 a, sgVec3 b, SGfloat f ) + void sgLerpVec4 ( sgVec4 dst, sgVec4 a, sgVec4 b, SGfloat f ) SGfloat sgDistanceSquaredVec2 ( sgVec2 a, sgVec2 b ) SGfloat sgDistanceSquaredVec3 ( sgVec3 a, sgVec3 b ) |