vector.lua
vector.lua copied to clipboard
a simple vector library for Lua based on the PVector class from processing
Results
3
vector.lua issues
Sort by
recently updated
recently updated
newest added
This PR adds documentation, which is compatible with the [lua language server type system](https://luals.github.io/).
This PR addresses #6
Documentation says to call `vector:set` with `nil` if you don't want the underlying `x` or `y` to be changed. However, doing that ends up triggering LSP diagnostic message: ``` Diagnostics:...