5. cl-paths

  1. 5.1 Limitations
  2. 5.2 Dictionary
    1. 5.2.1 Points
      1. create-point
      2. point-x
      3. point-y
      4. p+
      5. p-
      6. p*
      7. point-rotate
      8. point-angle
      9. point-norm
      10. point-distance
    2. 5.2.2 Paths
      1. create-path
      2. path-clear
      3. path-reset
      4. path-extend
      5. path-concatenate
      6. path-replace
      7. path-type
      8. path-size
      9. path-last-knot
      10. path-clone
      11. path-reverse
      12. path-translate
      13. path-rotate
      14. path-scale
    3. 5.2.3 Interpolations
      1. make-straight-line
      2. make-arc
      3. make-catmull-rom
      4. make-bezier-curve
      5. interpolation-segment
      6. interpolation-clone
      7. interpolation-reverse
    4. 5.2.4 Iterators
      1. path-iterator-reset
      2. path-iterator-next
      3. path-iterator
      4. path-iterator-segmented
      5. filter-distinct
    5. 5.2.5 Basic shape
      1. make-circle-path
      2. make-rectangle-path
    6. 5.2.6 Transformations
      1. make-discrete-path
      2. stroke-path
      3. dash-path
      4. round-path
      5. clip-path
      6. clip-path/path
  3. 5.3 Fonts
    1. paths-from-glyph
    2. paths-from-string
    3. make-string-path
Generated by CL-Crock on 2010-09-25T15:20:58Z