OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowMax
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
RangedNumericValue.java
10
private float lowMin,
lowMax
;
13
return lowMin + (
lowMax
- lowMin) * MathUtils.random();
18
lowMax
= value;
23
lowMax
= max;
35
return
lowMax
;
38
public void setLowMax (float
lowMax
) {
39
this.
lowMax
=
lowMax
;
44
lowMax
= value.
lowMax
;
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java
[
all
...]
Completed in 1192 milliseconds