Skip to content

Commit

Permalink
feat(vectors): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 29, 2019
1 parent 4f2b5a7 commit f16bb45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/vectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@ Component wise op with one input vector and single scalar:
|-----------------------|---------|-------|---------|-----|---------------------|
| `rotationAroundAxis` | | 3 | | | |
| `rotationAroundPoint` | | 2 | | | |
| `rotate` | | | | | alias for `rotateZ` |
| `rotateX` | | | | | |
| `rotateY` | | | | | |
| `rotateZ` | | | | | |
| `rotate` | | | S2 | | alias for `rotateZ` |
| `rotateX` | | | S3 | | |
| `rotateY` | | | S3 | | |
| `rotateZ` | | | S3 | | |

### Polar / cartesian conversion

Expand All @@ -453,9 +453,9 @@ All ops support custom PRNG impls based on the
| Function | Generic | Fixed | Strided | Int | Comments |
|--------------|---------|-------|---------|-----|----------|
| `jitter` || | | | |
| `randMinMax` || 2-4 | | | |
| `randNorm` || | | | |
| `random` || 2-4 | | | |
| `randMinMax` || 2-4 | S2-S4 | | |
| `randNorm` || | S2-S4 | | |
| `random` || 2-4 | S2-S4 | | |

### Unary vector math ops

Expand Down

0 comments on commit f16bb45

Please sign in to comment.