MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / inside

Method inside

ogsr_engine/COMMON_AI/GRAPH/level_graph_inline.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

correct_positionMethod · 0.45

Calls 7

vertex_positionFunction · 0.85
vertexClass · 0.85
cell_sizeMethod · 0.80
_absFunction · 0.50
u32Enum · 0.50
xzMethod · 0.45
positionMethod · 0.45

Tested by

no test coverage detected