Browse the documentation.
To use:
File menu and choose Install Package....pict3d in the "Package Source" field and click Install.#lang racket
(require pict3d)
(sphere origin 1/2)
Press F1 in DrRacket and search for "pict3d" to find the documentation.
If you'd like to browse through the test programs, in DrRacket, click the File -> Open Require Path... menu item. Type pict3d/tests, click Enter subcollection, choose a Racket source file, and click OK. You'll have to either uncheck Populate compiled directories in the language dialog (Ctrl-L or Langauge -> Choose Language...) or copy the text of the test files into a fresh buffer to run them.
Racket
99.7%
Browse the documentation.
To use:
File menu and choose Install Package....pict3d in the "Package Source" field and click Install.#lang racket
(require pict3d)
(sphere origin 1/2)
Press F1 in DrRacket and search for "pict3d" to find the documentation.
If you'd like to browse through the test programs, in DrRacket, click the File -> Open Require Path... menu item. Type pict3d/tests, click Enter subcollection, choose a Racket source file, and click OK. You'll have to either uncheck Populate compiled directories in the language dialog (Ctrl-L or Langauge -> Choose Language...) or copy the text of the test files into a fresh buffer to run them.
Racket
99.7%