Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 401 Bytes

README_Ja.md

File metadata and controls

9 lines (7 loc) · 401 Bytes

使い方

using SheepYhangCN.DirXYCalculate; をあなたのC#ファイルの先頭に追加してください。

LengthDir

Target.X+=DirXYCalculate.LengthDirX(角度,目標までの距離);
Target.Y+=DirXYCalculate.LengthDirY(角度,目標までの距離);

PointDirection

Target.Angle=DirXYCalculate.PointDirection(現在のX,現在のY,目標のX,目標のY);