From 0e51f1ebedde02cc6f32f36c4c5f26b4ea949427 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 16 Oct 2002 21:43:32 +0000 Subject: [PATCH] Propagating doc updates: correct argument order on render_line(). svn path=/trunk/vorbis/; revision=4015 --- doc/xml/09-helper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/xml/09-helper.xml b/doc/xml/09-helper.xml index be4c343..7da24f0 100644 --- a/doc/xml/09-helper.xml +++ b/doc/xml/09-helper.xml @@ -1,8 +1,8 @@
- $Id: 09-helper.xml,v 1.2 2002/10/13 15:18:47 giles Exp $ - Last update to this document: September 10, 2002 + $Id: 09-helper.xml,v 1.3 2002/10/16 21:43:32 giles Exp $ + Last update to this document: October 15, 2002 helper equations @@ -119,7 +119,7 @@ than vector [v] element [x]. render_point -"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. -- 2.7.4