missed commit; correct argument order on render_line
authorMonty <xiphmont@xiph.org>
Wed, 16 Oct 2002 04:45:52 +0000 (04:45 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 16 Oct 2002 04:45:52 +0000 (04:45 +0000)
svn path=/trunk/vorbis/; revision=4006

doc/helper.html

index 546bc752cc11d2ce1603ef53eac86f39f1c6ceb9..acfc0f4ed064a30bb5de101d216b5d8b2daec381 100644 (file)
@@ -6,7 +6,7 @@
 Ogg Vorbis I format specification: helper equations
 </font></h1>
 
-<em>Last update to this document: September 10, 2002</em><p>
+<em>Last update to this document: October 15, 2002</em><p>
 
 <h1>Overview</h1>
 
@@ -90,7 +90,7 @@ than vector [v] element [x]</tt>.
 
 <a name=render_point><h2>render_point</h2></a>
 
-"render_point(x0,x1,y0,y1,X)" is used to find the Y value at point X
+"render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X
 along the line specified by x0, x1, y0 and y1.  This function uses an
 integer algorithm to solve for the point directly without calculating
 intervening values along the line.<p>