\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\begin{document}
\tikzset{middlearrow/.style={
decoration={markings,
mark= at position 0.5 with {\arrow{#1}} ,
},
postaction={decorate}
}
}
\begin{tikzpicture}[line width=.3mm]
\draw [middlearrow={>}] (0,0) -- (1.,1.5);
\draw [middlearrow={latex}] (1.,1.5) -- (2,0);
\draw [middlearrow={stealth}] (2,0) -- (0,0);
\begin{scriptsize}
\fill (0,0) circle (1mm);
\fill (1.,1.5) circle (1mm);
\fill (2,0) circle (1mm);
\end{scriptsize}
\end{tikzpicture}
\end{document}
این هم خروجی
با تغییر position میتوانی محل قرار گرفتن جهتها را تغییر بدی
البته اگر دستور
\draw [<-,shift={(1,.5)},x=.3cm,y=.3cm] plot[domain=-4.53:1.39,variable=\t]({1*1.16*cos(\t r)+0*1.16*sin(\t r)},{0*1.16*cos(\t r)+1*1.16*sin(\t r)});
را اضافه کنی خروجی به صورت زیر است
ولی به نظرم همان فلش روی خطوط بهتره