[xiph-cvs] cvs commit: vorbis/doc helper.html

Monty xiphmont at xiph.org
Tue Oct 15 21:45:53 PDT 2002



xiphmont    02/10/16 00:45:52

  Modified:    doc      helper.html
  Log:
  missed commit; correct argument order on render_line

Revision  Changes    Path
1.5       +2 -2      vorbis/doc/helper.html

Index: helper.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/helper.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- helper.html	11 Sep 2002 03:30:05 -0000	1.4
+++ helper.html	16 Oct 2002 04:45:52 -0000	1.5
@@ -6,7 +6,7 @@
 Ogg Vorbis I format specification: helper equations
 </font></h1>
 
-Last update to this document: September 10, 2002</em><p>
+Last update to this document: October 15, 2002</em><p>
 
 <h1>Overview</h1>
 
@@ -90,7 +90,7 @@
 
 <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>

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list