pt

Categories: Point procedures , Image procedures

Documentation

;;; (pt x y) -> pt?
;;;   x : real?
;;;   y : real?
;;; Make a point.

Examples

Forthcoming

Sample implementation (advanced)

(struct px (x y) #:transparent)

Tests

Forthcoming

See also

Forthcoming

Questions

Forthcoming