~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/go-cspline.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2008-11-09 18:10:54 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109181054-uazweo6uci8h7bc5
Tags: 0.6.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
go-cspline
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
 
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
 
 
19
<!-- ##### SECTION Stability_Level ##### -->
 
20
 
 
21
 
 
22
<!-- ##### ENUM GOCSplineType ##### -->
 
23
<para>
 
24
 
 
25
</para>
 
26
 
 
27
@GO_CSPLINE_NATURAL: 
 
28
@GO_CSPLINE_PARABOLIC: 
 
29
@GO_CSPLINE_CUBIC: 
 
30
@GO_CSPLINE_CLAMPED: 
 
31
@GO_CSPLINE_MAX: 
 
32
 
 
33
<!-- ##### FUNCTION go_cspline_init ##### -->
 
34
<para>
 
35
 
 
36
</para>
 
37
 
 
38
@x: 
 
39
@y: 
 
40
@n: 
 
41
@limits: 
 
42
@c0: 
 
43
@cn: 
 
44
@Returns: 
 
45
 
 
46
 
 
47
<!-- ##### FUNCTION go_cspline_destroy ##### -->
 
48
<para>
 
49
 
 
50
</para>
 
51
 
 
52
@sp: 
 
53
 
 
54
 
 
55
<!-- ##### FUNCTION go_cspline_get_value ##### -->
 
56
<para>
 
57
 
 
58
</para>
 
59
 
 
60
@sp: 
 
61
@x: 
 
62
@Returns: 
 
63
 
 
64
 
 
65
<!-- ##### FUNCTION go_cspline_get_deriv ##### -->
 
66
<para>
 
67
 
 
68
</para>
 
69
 
 
70
@sp: 
 
71
@x: 
 
72
@Returns: 
 
73
 
 
74
 
 
75
<!-- ##### FUNCTION go_cspline_get_values ##### -->
 
76
<para>
 
77
 
 
78
</para>
 
79
 
 
80
@sp: 
 
81
@x: 
 
82
@n: 
 
83
@Returns: 
 
84
 
 
85
 
 
86
<!-- ##### FUNCTION go_cspline_get_derivs ##### -->
 
87
<para>
 
88
 
 
89
</para>
 
90
 
 
91
@sp: 
 
92
@x: 
 
93
@n: 
 
94
@Returns: 
 
95
 
 
96
 
 
97
<!-- ##### FUNCTION go_cspline_get_integrals ##### -->
 
98
<para>
 
99
 
 
100
</para>
 
101
 
 
102
@sp: 
 
103
@x: 
 
104
@n: 
 
105
@Returns: 
 
106
 
 
107
 
 
108
<!-- ##### FUNCTION go_cspline_initl ##### -->
 
109
<para>
 
110
 
 
111
</para>
 
112
 
 
113
@x: 
 
114
@y: 
 
115
@n: 
 
116
@limits: 
 
117
@a0: 
 
118
@a1: 
 
119
@Returns: 
 
120
 
 
121
 
 
122
<!-- ##### FUNCTION go_cspline_destroyl ##### -->
 
123
<para>
 
124
 
 
125
</para>
 
126
 
 
127
@sp: 
 
128
 
 
129