Home
last modified time | relevance | path

Searched defs:CommonVertex (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreEdgeListBuilder.h209 struct CommonVertex { struct
210 Vector3 position; /// Location of point in euclidean space
211 size_t index; /// Place of vertex in common vertex list
212 size_t vertexSet; /// The vertex set this came from
213 size_t indexSet; /// The index set this was referenced (first) from
214 size_t originalIndex; /// Place of vertex in original vertex set
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreEdgeListBuilder.h210 struct CommonVertex { struct
211 Vector3 position; /// Location of point in euclidean space
212 size_t index; /// Place of vertex in common vertex list
213 size_t vertexSet; /// The vertex set this came from
214 size_t indexSet; /// The index set this was referenced (first) from
215 size_t originalIndex; /// Place of vertex in original vertex set
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d.cxx31 Standard_Boolean ChFi2d::CommonVertex(const TopoDS_Edge& E1, in CommonVertex() function in ChFi2d
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DSweepLine.h148 inline bool CommonVertex(const Segment<T, Point> &S, Point &CP) in CommonVertex() function
/dports/cad/opencascade/opencascade-7.6.0/src/TopExp/
H A DTopExp.cxx298 Standard_Boolean TopExp::CommonVertex(const TopoDS_Edge& E1, in CommonVertex() function in TopExp
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_1.cxx954 TopoDS_Vertex CommonVertex; in PerformElement() local
1040 TopoDS_Vertex CommonVertex; in PerformElement() local
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/winged_edge/
H A DWEdge.h602 static inline WVertex *CommonVertex(WEdge *iEdge1, WEdge *iEdge2) in CommonVertex() function
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DSilhouette.h838 static inline SVertex *CommonVertex(FEdge *iEdge1, FEdge *iEdge2) in CommonVertex() function
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter2d.cxx104 static TopoDS_Vertex CommonVertex(TopoDS_Edge& E1, in CommonVertex() function