Function RichFunnel.BuildFunnelCorridor

BuildFunnelCorridor (List<GraphNode> nodes, int start, int end)

Build a funnel corridor from a node list slice.

Public
void BuildFunnelCorridor (

List<GraphNode>

nodes

Nodes to build the funnel corridor from

int

start

Start index in the nodes list

int

end

End index in the nodes list, this index is inclusive

)

Build a funnel corridor from a node list slice.

The nodes are assumed to be of type TriangleMeshNode.