From b05b9d83140c72938e60792dbf8eb8c2e7b37393 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 16 Oct 2002 04:45:52 +0000 Subject: [PATCH] missed commit; correct argument order on render_line svn path=/trunk/vorbis/; revision=4006 --- doc/helper.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/helper.html b/doc/helper.html index 546bc75..acfc0f4 100644 --- a/doc/helper.html +++ b/doc/helper.html @@ -6,7 +6,7 @@ Ogg Vorbis I format specification: helper equations -Last update to this document: September 10, 2002

+Last update to this document: October 15, 2002

Overview

@@ -90,7 +90,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