| 126 | } |
| 127 | |
| 128 | IC bool CLevelGraph::inside(const CLevelGraph::CVertex& vertex, const CLevelGraph::CPosition& vertex_position) const { return (vertex_position.xz() == vertex.position().xz()); } |
| 129 | |
| 130 | IC bool CLevelGraph::inside(const CLevelGraph::CVertex& vertex, const Fvector& position) const |
| 131 | { |
no test coverage detected