Method: Vips::Image#cos
- Defined in:
- lib/vips8/image.rb
permalink #cos ⇒ Image
Return the cosine of an image in degrees.
1097 1098 1099 |
# File 'lib/vips8/image.rb', line 1097 def cos math :cos end |
Return the cosine of an image in degrees.
1097 1098 1099 |
# File 'lib/vips8/image.rb', line 1097 def cos math :cos end |