This commit is contained in:
boy0001
2015-08-09 19:58:29 +10:00
parent 051449157a
commit e28c68ee74
14 changed files with 113 additions and 49 deletions

View File

@ -32,6 +32,10 @@ public class MathMan {
};
}
public static int roundInt(double value) {
return (int) (value < 0 ? value - 1 : value);
}
/**
* Returns [ pitch, yaw ]
* @param x