aboutsummaryrefslogtreecommitdiff
path: root/math/gsurfit/doc/gscoeff.hlp
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsurfit/doc/gscoeff.hlp')
-rw-r--r--math/gsurfit/doc/gscoeff.hlp39
1 files changed, 39 insertions, 0 deletions
diff --git a/math/gsurfit/doc/gscoeff.hlp b/math/gsurfit/doc/gscoeff.hlp
new file mode 100644
index 00000000..e4b792db
--- /dev/null
+++ b/math/gsurfit/doc/gscoeff.hlp
@@ -0,0 +1,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