OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 78 milliseconds