From ab9695a2fd794dd7495fe2a8fc0a6020bfdd3cfe Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 14 Oct 2006 19:42:50 +0000 Subject: [PATCH] added star docs svn: r4603 --- collects/teachpack/htdp/Docs/image.thtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/teachpack/htdp/Docs/image.thtml b/collects/teachpack/htdp/Docs/image.thtml index f6a8aaffd9..51cee5a570 100644 --- a/collects/teachpack/htdp/Docs/image.thtml +++ b/collects/teachpack/htdp/Docs/image.thtml @@ -56,6 +56,11 @@ The first group of functions creates basic shapes (Image):
  • {(idx triangle)} : Int Mode Color -> Image
    to create an upward pointing equilateral triangle using the given edge size and color +
  • {(idx star)} : Int[>=2] Int[>=1] Int[>=1] Mode Color -> Image
    + to create a multi-pointed star; the first number specifies + the number of points, the second specifies the radius where + the points begin and the third specifies the radius where they end. +
  • {(idx line)} : Int Int Color -> Image
    to create an image with a colored line from (0,0) to the point with the given coordinates