commit | 356cef301b8194777ce63b477f91c2b339a04730 | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Tue Dec 01 02:11:24 2020 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Dec 01 16:16:42 2020 +0000 |
tree | 6338190d0f3a3dc8806ee36e6dfdd2b251f1f857 | |
parent | 540c13a79195594daba24372ffadb079ea426e28 [diff] |
Simplify grvx::approx_angle_between_vectors signature Rather than taking the x and y values separately (ax, ay, bx, by), simply take two vec<N*2>'s (a, b), where the x's are in a.lo and the y's in a.hi. Bug: skia:10419 Change-Id: I21d659c79247ccb625351c20b93c550d0afffe79 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/339458 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>