Searched refs:toDegrees (Results 1 – 6 of 6) sorted by relevance
118 float angleDeg = (float) Math.toDegrees(angleRad); in getRotationMatrixFromAngleAxis()
126 Matrix.setRotateM(expectedMatrix, 0, (float) Math.toDegrees(angleRadian), x, y, z); in createRotationMatrix()
333 double halfFovY = Math.toDegrees(Math.atan(tanY)); in calculateFieldOfViewInYDirection()
56 public static double toDegrees(double);
117 public static double toDegrees(double);
3331 public static double toDegrees(double x) in toDegrees() method in FastMath