CARLA
 
载入中...
搜索中...
未找到
命名空间 | 函数
DoublyConnectedEdgeList.cpp 文件参考
#include "Carla.h"
#include "DoublyConnectedEdgeList.h"
#include <cmath>
#include <map>
+ DoublyConnectedEdgeList.cpp 的引用(Include)关系图:

浏览源代码.

命名空间

namespace  MapGen
 

函数

static std::pair< DoublyConnectedEdgeList::HalfEdge *, DoublyConnectedEdgeList::HalfEdge * > MapGen::FindPositionInNode (DoublyConnectedEdgeList::HalfEdge &halfEdge)
 Return the pair {prev, next}, where prev/next is the previous/next edge counterclockwise around edge's source node.