Skip to content

SheepYhangCN/DirXYCalculate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Languages
English, 简体中文, 繁體中文, 日本語

How to use

Add using SheepYhangCN.DirXYCalculate; at the head of your C# file

LengthDir

Target.X+=DirXYCalculate.LengthDirX(Angle,Range to target);
Target.Y+=DirXYCalculate.LengthDirY(Angle,Range to target);

PointDirection

Target.Angle=DirXYCalculate.PointDirection(X of this point,Y of this point,X of target point,Y of target point);

About

LengthDir/PointDirection in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages