enum

Vips::Enums::OperationMath2

Inherits Enum / Comparable / Value / Object

Constants

Pow = 0
Wop = 1
Atan2 = 2

Instance methods

atan2?

Returns true if this enum value equals Atan2

Source
pow?

Returns true if this enum value equals Pow

Source
wop?

Returns true if this enum value equals Wop

Source