OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setLow
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
RangedNumericValue.java
16
public void
setLow
(float value) {
21
public void
setLow
(float min, float max) {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java
827
angleValue.
setLow
(-angleValue.getLowMin(), -angleValue.getLowMax());
830
gravityValue.
setLow
(-gravityValue.getLowMin(), -gravityValue.getLowMax());
833
windValue.
setLow
(-windValue.getLowMin(), -windValue.getLowMax());
836
rotationValue.
setLow
(-rotationValue.getLowMin(), -rotationValue.getLowMax());
838
yOffsetValue.
setLow
(-yOffsetValue.getLowMin(), -yOffsetValue.getLowMax());
[
all
...]
Completed in 414 milliseconds