5#ifndef FRACTIONSCALE2D_H
6#define FRACTIONSCALE2D_H
27 return width == other.width &&
height == other.height;
31 return !(*
this == other);
FractionScale2D(const Fraction &uniform) noexcept
bool operator==(const FractionScale2D &other) const noexcept
bool operator!=(const FractionScale2D &other) const noexcept
FractionScale2D operator*(const FractionScale2D &other) const noexcept
bool isUnit() const noexcept
FractionScale2D() noexcept
FractionScale2D(const Fraction &w, const Fraction &h) noexcept
FractionScale2D operator/(const FractionScale2D &other) const noexcept