1 ;;;; cl-vectors -- Rasterizer and paths manipulation library
2 ;;;; Copyright (C) 2007 Frédéric Jolliton <frederic@jolliton.com>
4 ;;;; This library is free software; you can redistribute it and/or
5 ;;;; modify it under the terms of the Lisp Lesser GNU Public License
6 ;;;; (http://opensource.franz.com/preamble.html), known as the LLGPL.
8 ;;;; This library is distributed in the hope that it will be useful, but
9 ;;;; WITHOUT ANY WARRANTY; without even the implied warranty of
10 ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lisp
11 ;;;; Lesser GNU Public License for more details.
13 (defpackage #:net.tuxee.paths
16 (:export
;; 2D points (knot and control points)
43 #:path-transform-as-marker
53 #:path-iterator-segmented
59 #:make-rectangle-path
/center
60 #:make-regular-polygon-path
70 #:*bezier-distance-tolerance
*
71 #:*bezier-angle-tolerance
*
72 #:*arc-length-tolerance
*
75 (in-package #:net.tuxee.paths
)