| PathEngine home | previous: | next: |
Tests whether the agent can move along a line to a specified position.
bool testCollisionTo(const iCollisionContext* context, const cPosition& newPosition) const; |
| context |
The state of dynamic collision that will apply for this query. An empty context can be specified by passing a value of zero for this argument. Note that the agent is not considered to obstruct itself even if included in this context. | ||
| newPosition | The position for the end of the query line. This position must be a valid position on the agent's mesh. |
Requires that the agent is moveable and that collision preprocess has been generated on the agent's mesh for the agent's collision shape.
(But see also
This method tests collision for a line to a fully specified target position.
In many situations the 'cell' at the target position is not known.
In this case, use
See
| Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEngine | next: |