Function TrnNWN2WalkmeshPayload.Tile.findPath

Calculate the fastest route between two triangles of a tile. The tile need to be baked, as it uses existing path tables.

uint[] findPath (
  in const(uint) fromGTriIndex,
  in const(uint) toGTriIndex
) const;