Bug 418 : Figure Errors
Last modified: 2007-05-07 21:36




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
REAS
Assigned To:
REAS

Attachment Type Created Size Actions

Description:   Opened: 2006-10-14 10:33
p. 40
line(x1, y1, x2, y2)
quad(x1, y1, x2, y2, x3, y3, x4, y4)
bezier(x1, y1, cx1, cy1, cx2, cy2, x2, y2)

p. 89
Remove LINE_STRIP
In TRIANGLES lower-left illustration, v4 should be v5
Additional Comment #1 From REAS 2006-10-16 11:36
p. 93
Start all counting with 1, not 0. This matches the code in the chapter