fixed grammar in documentation

master
Soper Aylamo 2021-06-29 21:17:08 -04:00
parent e831765783
commit b30612b2af
Signed by: Soper
GPG Key ID: A27AC885ACC3BEAE
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class ArtyMath {
/**
* Calculates angle from east of the vector.
* Uses Minecraft coordinate styling for angle measures
* e.g. pi/2 is south (+z) and 3pi/2 is north (-z)
* i.e. pi/2 is south (+z) and 3pi/2 is north (-z)
* @param vector Vector to calculate angle from
* @return Angle from east in radians
*/