You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
include | 3 months ago | |
tests | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
Makefile | 3 months ago | |
README.md | 3 months ago |
README.md
point3d
point3d is a header only implementation of a 3d vector and 3x3 matrix with a long list of overloaded operators for dealing with all feasible combinations of scalar, vector, and matrix math. It's easy to just drop this file in wherever you need this type of functionality. Unit testing is including to double check correctness of the implementation and new functionality.