Searched defs:vertex2 (Results 1 – 9 of 9) sorted by relevance
97 void AddEdge(const Vertex& vertex1, const Vertex& vertex2, double weight) { in AddEdge()113 void AddEdge(const Vertex& vertex1, const Vertex& vertex2) { in AddEdge()127 double EdgeWeight(const Vertex& vertex1, const Vertex& vertex2) const { in EdgeWeight()
67 const int vertex2 = *it2; in ComputeSingleLinkageClustering() local
299 const Vertex vertex2 = *it2; in Degree2MaximumSpanningForest() local318 const Vertex vertex2 = edge.second; in Degree2MaximumSpanningForest() local
52 static inline bool isPointOnLineSegment(const FloatPoint& vertex1, const FloatPoint& vertex2, const… in isPointOnLineSegment()154 static inline float leftSide(const FloatPoint& vertex1, const FloatPoint& vertex2, const FloatPoint… in leftSide()164 const FloatPoint& vertex2 = edgeAt(i).vertex2(); in containsEvenOdd() local181 const FloatPoint& vertex2 = edgeAt(i).vertex2(); in containsNonZero() local
107 virtual const FloatPoint& vertex2() const OVERRIDE in vertex2() function
48 virtual const FloatPoint& vertex2() const OVERRIDE { return m_vertex2; } in vertex2() function
215 const tcu::Vec4 vertex2 = genRandomVector(rnd); in init() local
330 CPDF_MeshVertex& vertex2 = triangle[(i + 1) % 3]; in _DrawGouraud() local