skia2/modules/particles
Brian Osman 4428f2c39f Remove SkScalarSinCos
This differed from the separate versions in that it snapped to zero.
It was also strictly worse than calling the two separate versions.
Most clients don't need the snapping, so just call the two existing
functions. For clients that need the snapping, call new variants of
each that do snap.

Change-Id: Ia4e09fd9651932fe15caeab1399df7f6281bdc17
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/205303
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-04-02 15:46:57 +00:00
..
include Particle cleanup: IWYU 2019-03-06 22:26:40 +00:00
src Remove SkScalarSinCos 2019-04-02 15:46:57 +00:00
BUILD.gn [canvaskit] Add particles integration 2019-03-06 14:52:56 +00:00
particles.gni Particles: Removed emitters, added more full-featured position affectors 2019-02-28 21:16:02 +00:00