-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vectors): add random vector ops for Vec2/3/4 & GVec
- add randNorm*(), randMinMax*() & jitter*() fns - add static randNorm() / randMinMax() methods in class wrappers - add jitter() methods in class wrappers - add op20/21(), op30/31(), op40/41() - optimize opg*() fns (avoid multiplies) - refactor swizzle2/3/4() to re-use setS2/3/4()
- Loading branch information
1 parent
7963e25
commit 4e23016
Showing
4 changed files
with
180 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.