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.
 
 
Alex Selimov 8fdf1e2aab
Refactor Pos3 to Vec3 since we won't just be using it for positions
3 months ago
include Refactor Pos3 to Vec3 since we won't just be using it for positions 3 months ago
tests Refactor Pos3 to Vec3 since we won't just be using it for positions 3 months ago
.gitignore Add testing suite with full coverage of pos# class. TODO: add coverage for Mat3 class 3 months ago
LICENSE Initial commit 3 months ago
Makefile Add testing suite with full coverage of pos# class. TODO: add coverage for Mat3 class 3 months ago
README.md Update README 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.