HomeSort by relevance Sort by last modified time
    Searched defs:degreesToRadians (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
MathUtils.java 48 static public final float degreesToRadians = PI / 180;
49 static public final float degRad = degreesToRadians;
58 table[(int)(i * degToIndex) & SIN_MASK] = (float)Math.sin(i * degreesToRadians);
  /external/vulkan-validation-layers/demos/
linmath.h 34 #define degreesToRadians(angleDegrees) (angleDegrees * M_PI / 180.0)

Completed in 1802 milliseconds