elm-explorations / elm-explorations/linear-algebra
Include function to apply a Mat4 to a Vec4
Open
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The `Matrix4` module currently includes a function `transform` for applying a `Mat4` to a `Vec3`, but no function for applying a `Mat4` to an arbitrary `Vec4`. I'm using this package for some calculations involving four-dimensional geometry, so having this function would be extremely useful!
Contributor guide
Assessment
This issue has not been assessed yet.