gwnavruntime/queries/blobs/segmentcangoquerydisplaylistbuilder.h Source File
Go to the documentation of this file.
15 class SegmentCanGoQueryDisplayListBuilder :
public QueryDisplayListBuilder<SegmentCanGoQueryBlob, SegmentCanGoQueryOutputBlob, SegmentCanGoQueryDisplayListBuilder>
18 void DoPushQueryShape(Color color)
20 m_displayList->PushSegmentQuad2d5(m_query->m_startPos3f, m_query->m_destPos3f, m_query->m_radius, color);
21 m_displayList->PushArrow2d5(m_query->m_startPos3f, m_query->m_destPos3f, color);
25 virtual void DoBuild(DisplayList* displayList,
char* blob)
27 if (Init(displayList, blob) ==
false)
Indicates that the query has not yet been initialized.
Definition: basesegmentcangoquery.h:22
Indicates that insufficient working memory caused the query to stop.
Definition: basesegmentcangoquery.h:29
Indicates that the query has not yet been launched.
Definition: basesegmentcangoquery.h:23
Indicates that the segment can pass in a straight line from its starting point to the ending point wi...
Definition: basesegmentcangoquery.h:32
SegmentCanGoQueryResult
Enumerates the possible results of a SegmentCanGoQuery.
Definition: basesegmentcangoquery.h:20
Indicates that none of the above results occurred, which may indicate that the start and end points l...
Definition: basesegmentcangoquery.h:28
Indicates that an unknown error occurred during the query processing.
Definition: basesegmentcangoquery.h:30
Indicates that a NavMesh triangle could not be found for the starting point.
Definition: basesegmentcangoquery.h:25
Indicates that a collision was detected between the starting and ending points.
Definition: basesegmentcangoquery.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Indicates that the NavTag at the starting point was forbidden.
Definition: basesegmentcangoquery.h:26