blob: 78fdc707557ce65a61ee5969fcda60f52f82c190 (
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
|
.help gsgcoeff Aug85 "Gsurfit Package"
.ih
NAME
gsgcoeff -- Procedure to fetch a coefficient
.ih
SYNOPSIS
rval = gsgcoeff (sf, xorder, yorder)
.nf
pointer sf # surface descriptor
int xorder # x order of desired coefficient
int yorder # y order of desired coefficient
.fi
.ih
ARGUMENTS
.ls sf
Pointer to the surface descriptor.
.le
.ls xorder, yorder
The x and y order of the desired coefficient.
.le
.ih
DESCRIPTION
GSGCOEFF fetches the coefficient of x ** (xorder - 1) * y ** (yorder - 1).
INDEF is returned if xorder and yorder are out of range.
.ih
NOTES
.ih
SEE ALSO
gsscoeff
.endhelp
|