26#ifndef _SBS_TRIANGLE_H
27#define _SBS_TRIANGLE_H
35 inline Triangle(
unsigned int a,
unsigned int b,
unsigned int c)
51 return (
a == other.
a &&
b == other.
b &&
c == other.
c);
56 return !(*
this == other);
Triangle operator+(const Triangle &other) const
Triangle(unsigned int a, unsigned int b, unsigned int c)
bool operator==(const Triangle &other) const
Triangle & operator=(const Triangle &other)
Triangle & operator-=(const Triangle &other)
bool operator!=(const Triangle &other) const
Triangle operator-(const Triangle &other) const
Triangle & operator+=(const Triangle &other)