Home
last modified time | relevance | path

Searched defs:HALF_PI (Results 1 – 2 of 2) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
Dwiring.h46 #define HALF_PI 1.5707963267948966192313216916398 macro
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java59 public static final float HALF_PI = 0.5f * PI; field in FastMath