18 template <
int N,
typename Real>
30 std::array<Vector<N, Real>, 3>
v;
43 template <
typename Real>
46 template <
typename Real>
50 template <
int N,
typename Real>
58 template <
int N,
typename Real>
67 template <
int N,
typename Real>
74 template <
int N,
typename Real>
77 return v == triangle.
v;
80 template <
int N,
typename Real>
86 template <
int N,
typename Real>
89 return v < triangle.
v;
92 template <
int N,
typename Real>
98 template <
int N,
typename Real>
104 template <
int N,
typename Real>
bool operator<=(Triangle const &triangle) const
bool operator==(Triangle const &triangle) const
bool operator<(Triangle const &triangle) const
GLfloat GLfloat GLfloat v2
bool operator!=(Triangle const &triangle) const
bool operator>(Triangle const &triangle) const
std::array< Vector< N, Real >, 3 > v
bool operator>=(Triangle const &triangle) const