Skip to content

Commit

Permalink
Prep for release 0.2.2 (fix) (#36)
Browse files Browse the repository at this point in the history
Remove `Remainder` from *planned* list - there already is the `Mod`
operation implemented.
  • Loading branch information
Xkonti authored Oct 5, 2023
1 parent f74bc26 commit 47e880d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ any of these implemented or if you'd like to propose a different operation.
| `RandIn` | Yes (v1.0) | Generates a vector with random components within a zero and the specified vector. |
| `RandBetween` | Yes (v1.0) | Generates a vector with random components between two specified vectors. |
| `Reflect` | | Reflects a vector off the plane defined by a normal. |
| `Remainder` | | Computes the remainder of each component in the vector against another vector. |
| `RotateDeg` | Yes (v1.0) | Rotates a vector by an angle in degrees. |
| `RotateRad` | Yes (v1.0) | Rotates a vector by an angle in radians. |
| `Sin` | | Applies the sine function to all components. |
Expand Down

0 comments on commit 47e880d

Please sign in to comment.