1IM_COSTRA(3)               Library Functions Manual               IM_COSTRA(3)
2
3
4

NAME

6       im_costra,  im_sintra,  im_tantra, im_acostra, im_asintra, im_atantra -
7       basic trig functions
8

SYNOPSIS

10       #include <vips/vips.h>
11
12       int im_costra(in, out)
13       IMAGE *in, *out;
14
15       int im_sintra(in, out)
16       IMAGE *in, *out;
17
18       int im_tantra(in, out)
19       IMAGE *in, *out;
20
21       int im_acostra(in, out)
22       IMAGE *in, *out;
23
24       int im_asintra(in, out)
25       IMAGE *in, *out;
26
27       int im_atantra(in, out)
28       IMAGE *in, *out;
29
30

DESCRIPTION

32       Basic trig functions. The input image is mapped through either  cos(3),
33       sin(3) or tan(3) and written to out. All work in degrees.
34
35       The  size  and number of bands are unchanged, the output type is float,
36       unless the input is double, in which case the output is  double.   Non-
37       complex images only!
38
39

RETURN VALUE

41       Each function returns 0 on success and -1 on error.
42

SEE ALSO

44       im_add(3), im_lintra(3), im_abs(3), im_mean(3), im_logtra(3)
45
47       National Gallery, 1995.
48

AUTHOR

50       J. Cupitt - 21/7/93
51
52
53
54                                 24 April 1991                    IM_COSTRA(3)
Impressum