Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClarify what goes in `vg` vs `polliwog` #95
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since there is a closely related library, polliwog which does a lot of computational geometry, it's useful to clarify what belongs here vs. there.
Accordingly, the idea is to clarify this library's purpose:
and say that anything more complicated is general computational geometry, and goes in polliwog.
In particular, transformation matrices will be scoped to polliwog.
Accordingly, the matrix functions will be removed in the next major release.
Refs: