Searched defs:HALF_PI (Results 1 – 3 of 3) sorted by relevance
54 final static CR HALF_PI = CR.PI.divide(CR.valueOf(2)); field in SlowCRTest
58 public static final float HALF_PI = PI / 2; field in MathUtils
59 public static final float HALF_PI = 0.5f * PI; field in FastMath