OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_TWO_PI
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorWood.java
135
int n = (int) (x * FastMath.
INV_TWO_PI
);
140
return x * FastMath.
INV_TWO_PI
;
147
return 1.0f - 2.0f * FastMath.abs((float) Math.floor(x * FastMath.
INV_TWO_PI
+ 0.5f) - x * FastMath.
INV_TWO_PI
);
TextureGeneratorBlend.java
102
return (float) Math.atan2(y, x) * FastMath.
INV_TWO_PI
+ 0.5f;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java
65
public static final float
INV_TWO_PI
= 1.0f / TWO_PI;
[
all
...]
Completed in 384 milliseconds