blob: e4b792db6e79f47332a02671f7e93831280c1178 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
.help gscoeff Aug85 "Gsurfit Package"
.ih
NAME
gscoeff - get the number and values of the coefficients
.ih
SYNOPSIS
gscoeff (sf, coeff, ncoeff)
.nf
pointer sf # surface descriptor
real coeff[ncoeff] # coefficient array
int ncoeff # number of coefficients
.fi
.ih
ARGUMENTS
.ls sf
Pointer to the surface descriptor.
.le
.ls coeff
Array of coefficients.
.le
.ls ncoeff
The number of coefficients. Ncoeff may be obtained by a call
to gsstati.
.le
.nf
ncoeff = gsstati (sf, GSNCOEFF)
.fi
.ih
DESCRIPTION
GSCOEFF fetches the coefficient array and the number of coefficients from
the surface descriptor structure.
.ih
NOTES
.ih
SEE ALSO
gserrors
.endhelp
|