Method: Vips::Image#sin
- Defined in:
- lib/vips8/image.rb
permalink #sin ⇒ Image
Return the sine of an image in degrees.
1090 1091 1092 |
# File 'lib/vips8/image.rb', line 1090 def sin math :sin end |
Return the sine of an image in degrees.
1090 1091 1092 |
# File 'lib/vips8/image.rb', line 1090 def sin math :sin end |