5 #ifndef RECAST_SCALEDPARALLELEPIPED_H
6 #define RECAST_SCALEDPARALLELEPIPED_H
45 return _x == other._x &&
_y == other._y &&
_z == other._z;
49 return !(*
this == other);
59 #endif //RECAST_SCALEDPARALLELEPIPED_H
bool operator!=(const IntScaleParallelepiped &other) const noexcept
Definition: IntScaleParallelepiped.hpp:48
IntScale y() const noexcept
Definition: IntScaleParallelepiped.hpp:33
IntScale _z
Definition: IntScaleParallelepiped.hpp:55
Mode
Definition: IntScale.hpp:15
bool operator==(const IntScaleParallelepiped &other) const noexcept
Definition: IntScaleParallelepiped.hpp:44
IntScaleParallelepiped(int x, int y, int z, IntScale::Mode mode)
Definition: IntScaleParallelepiped.hpp:20
Definition: IntScale.hpp:13
IntScale _x
Definition: IntScaleParallelepiped.hpp:53
IntScale x() const noexcept
Definition: IntScaleParallelepiped.hpp:26
Definition: IntScaleParallelepiped.hpp:16
IntScaleParallelepiped(IntScale x, IntScale y, IntScale z)
Definition: IntScaleParallelepiped.hpp:17
IntScale z() const noexcept
Definition: IntScaleParallelepiped.hpp:40
IntScale _y
Definition: IntScaleParallelepiped.hpp:54