Skip to content

Commit

Permalink
添加截图
Browse files Browse the repository at this point in the history
  • Loading branch information
JinJieGu committed Jul 30, 2017
1 parent 677bbda commit 57a8b27
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/jaygoo/widget/wlv/WaveLineView.java
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ private double calcValue(float mapX, float offset) {
if(recessionFuncs.indexOfKey(keyX) >= 0 ){
recessionFunc = recessionFuncs.get(keyX);
}else {
recessionFunc = Math.pow(4 / (4 + Math.pow(mapX, 4)), 1);
recessionFunc = 4 / (4 + Math.pow(mapX, 4));
recessionFuncs.put(keyX,recessionFunc);
}
return sinFunc * recessionFunc ;
Expand Down
Binary file added pictures/2017-07-30 22_21_45.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/WX20170730-195334.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/WX20170730-211721@2x_meitu_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/WX20170730-211851@2x_meitu_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57a8b27

Please sign in to comment.