]> Creatis software - CreaPhase.git/blob - octave_packages/geometry-1.5.0/io/deprecated/doc-cache
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / geometry-1.5.0 / io / deprecated / doc-cache
1 # Created by Octave 3.6.2, Sun Jun 10 09:53:40 2012 UTC <root@brouzouf>
2 # name: cache
3 # type: cell
4 # rows: 3
5 # columns: 3
6 # name: <cell-element>
7 # type: sq_string
8 # elements: 1
9 # length: 7
10 svgload
11
12
13 # name: <cell-element>
14 # type: sq_string
15 # elements: 1
16 # length: 405
17  -- Function File: SVG = loadSVG (FILENAME)
18      Reads the plain SVG file FILENAME and returns an SVG structure.
19
20      In the current version only SVG path elements are parsed and
21      stored in the field path of the SVG structure.  The coordinates of
22      the path are not modified in anyway. This produces the path to be
23      ploted vertically reflected.
24
25      See also: svgnormalize, svgpath2polygon
26
27
28
29
30
31 # name: <cell-element>
32 # type: sq_string
33 # elements: 1
34 # length: 63
35 Reads the plain SVG file FILENAME and returns an SVG structure.
36
37
38
39 # name: <cell-element>
40 # type: sq_string
41 # elements: 1
42 # length: 12
43 svgnormalize
44
45
46 # name: <cell-element>
47 # type: sq_string
48 # elements: 1
49 # length: 402
50  -- Function File: SVGN = loadSVG (SVG)
51      Scales and reflects the SVG structure and returns a modified SVGN
52      structure.
53
54      The height and width of the SVG are scaled such that the diagonal
55      of the bounding box has length 1. Coordinates are trasnfomed such
56      that a plot of the paths coincides with the visualization of the
57      original SVG.
58
59      See also: svgload, svgpath2polygon
60
61
62
63
64
65 # name: <cell-element>
66 # type: sq_string
67 # elements: 1
68 # length: 76
69 Scales and reflects the SVG structure and returns a modified SVGN
70 structure.
71
72
73
74 # name: <cell-element>
75 # type: sq_string
76 # elements: 1
77 # length: 15
78 svgpath2polygon
79
80
81 # name: <cell-element>
82 # type: sq_string
83 # elements: 1
84 # length: 513
85  -- Function File: P = svgpath2polygon (SVGPATH)
86      Converts the SVG path structure SVGPATH to an array of polygons
87      compatible with the geometry package and matGeom
88      (`http://matgeom.sf.net').
89
90      SVGPATH is a substructure of the SVG structure output by loadSVG.
91      This function extracts the field named "coord" if there is only
92      one path. If there are more than oe path it puts the "coord" field
93      of each path in the same array, separated by nans.
94
95      See also: svgnormalize, svgload
96
97
98
99
100
101 # name: <cell-element>
102 # type: sq_string
103 # elements: 1
104 # length: 80
105 Converts the SVG path structure SVGPATH to an array of polygons
106 compatible with 
107
108
109
110
111