在tikz中,有沒有辦法讓減速函數回傳座標?我想做的是這樣的:
\pgfmathdeclarefunction{test}{1}{\pgfmathparse{({#1},{#1})}}
\newcommand{\testCommand}{
\tikzmath{
{\fill test(2) circle [radius=1pt];};%
}
}
但這給了我很多無法理解的錯誤。
謝謝!
在tikz中,有沒有辦法讓減速函數回傳座標?我想做的是這樣的:
\pgfmathdeclarefunction{test}{1}{\pgfmathparse{({#1},{#1})}}
\newcommand{\testCommand}{
\tikzmath{
{\fill test(2) circle [radius=1pt];};%
}
}
但這給了我很多無法理解的錯誤。
謝謝!