15 #include <Geometry/Vec3.h> 29 const Geometry::Vec3& l,
30 const Geometry::Vec3& r
45 const Geometry::Vec3& l,
46 const Geometry::Vec3& r
60 const Geometry::Vec3& l,
61 const Geometry::Vec3& r
76 const std::tuple<Geometry::Vec3, Geometry::Vec3>& l,
77 const std::tuple<Geometry::Vec3, Geometry::Vec3>& r
92 const std::tuple<Geometry::Vec3, Geometry::Vec3>& l,
93 const std::tuple<Geometry::Vec3, Geometry::Vec3>& r
108 const std::tuple<std::tuple<Geometry::Vec3, Geometry::Vec3>,
109 std::tuple<Geometry::Vec3, Geometry::Vec3>>& l,
110 const std::tuple<std::tuple<Geometry::Vec3, Geometry::Vec3>,
111 std::tuple<Geometry::Vec3, Geometry::Vec3>>& r
126 const std::tuple<std::tuple<Geometry::Vec3, Geometry::Vec3>,
127 std::tuple<Geometry::Vec3, Geometry::Vec3>>& l,
128 const std::tuple<std::tuple<Geometry::Vec3, Geometry::Vec3>,
129 std::tuple<Geometry::Vec3, Geometry::Vec3>>& r
bool compareEqualVec3Tuple(const std::tuple< Geometry::Vec3, Geometry::Vec3 > &l, const std::tuple< Geometry::Vec3, Geometry::Vec3 > &r)
Compare two tuples that contain Vec3 instances, for equality.
Definition: Compare.cpp:64
bool compareSmallerVec3Tuple(const std::tuple< Geometry::Vec3, Geometry::Vec3 > &l, const std::tuple< Geometry::Vec3, Geometry::Vec3 > &r)
Compare two tuples that contain Vec3 instances, for a lexicographic < relation.
Definition: Compare.cpp:49
bool compareSmallerFloat(const float &l, const float &r)
Compare two float values for a < relation.
Definition: Compare.cpp:106
bool compareSmallerVec3TupleTuple(const std::tuple< std::tuple< Geometry::Vec3, Geometry::Vec3 >, std::tuple< Geometry::Vec3, Geometry::Vec3 >> &l, const std::tuple< std::tuple< Geometry::Vec3, Geometry::Vec3 >, std::tuple< Geometry::Vec3, Geometry::Vec3 >> &r)
Compare two tuples which contain tuples, for a lexicographic < relation.
Definition: Compare.cpp:73
bool compareSmallerVec3(const Geometry::Vec3 &l, const Geometry::Vec3 &r)
Compare two Vec3 instances for a lexicographic < relation.
Definition: Compare.cpp:18
bool compareEqualFloat(const float &l, const float &r)
Compare two float values for equality.
Definition: Compare.cpp:101
bool compareEqualVec3(const Geometry::Vec3 &l, const Geometry::Vec3 &r)
Compare two Vec3 instances for equality.
Definition: Compare.cpp:35
bool compareEqualVec3TupleTuple(const std::tuple< std::tuple< Geometry::Vec3, Geometry::Vec3 >, std::tuple< Geometry::Vec3, Geometry::Vec3 >> &l, const std::tuple< std::tuple< Geometry::Vec3, Geometry::Vec3 >, std::tuple< Geometry::Vec3, Geometry::Vec3 >> &r)
Compare two tuples which contain tulpes, for equality.
Definition: Compare.cpp:90
bool compareSmallerEqualVec3(const Geometry::Vec3 &l, const Geometry::Vec3 &r)
Compare two Vec3 instances for a lexicographic <= relation.
Definition: Compare.cpp:42