OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setHigh
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
ScaledNumericValue.java
20
public void
setHigh
(float value) {
25
public void
setHigh
(float min, float max) {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java
826
angleValue.
setHigh
(-angleValue.getHighMin(), -angleValue.getHighMax());
829
gravityValue.
setHigh
(-gravityValue.getHighMin(), -gravityValue.getHighMax());
832
windValue.
setHigh
(-windValue.getHighMin(), -windValue.getHighMax());
835
rotationValue.
setHigh
(-rotationValue.getHighMin(), -rotationValue.getHighMax());
[
all
...]
Completed in 61 milliseconds