Version: 4.1.3
13 Graphics Library as a Unit
13.1 Signatures
(require graphics/graphics-sig) |
graphics^ : signature |
Includes all of the bindings defined earlier in this chapter, except the posn bindings of Position Operations.
graphics:posn^ : signature |
Includes the posn bindings of Position Operations.
13.2 Unit with posn
(require graphics/graphics-unit) |
graphics@ : unit? |
Imports mred^ and exports both graphics^ and graphics:posn^.
13.3 Unit without posn
(require graphics/graphics-posn-less-unit) |
graphics-posn-less@ : unit? |
Imports mred^ and graphics:posn^ and exports graphics^.