Releases: jonathanhliu21/simplevectors
Releases · jonathanhliu21/simplevectors
0.2.1
What's Changed
- Add iterator to Vector class and bounds-checking
at()
method by @jonyboi396825 in #30 - Fixed CMake error when building on lower CMake versions by removing version property on simplevectors target
- Improved issue templates
- Added more examples: 2D and 3D vector examples showing how to find angle between vectors (among other things), and a 4D vector example showing how to extend the
Vector
base class - Changed minimum C++ standard from C++14 to C++11
- Added option in CMakeLists to not install files when running
make install
for other projects importing simplevectors - Fixed missing export error when installing the library and added namespace to exported libraries
- Added
SVECTOR_
in front of build variables in the CMakeLists
Full Changelog: 0.2.0...0.2.1
0.2.0
0.1.0
What's Changed
- Change the
^
and*
operators tocross()
anddot()
by @jonyboi396825 in #9
New Contributors
- @jonyboi396825 made their first contribution in #9
Full Changelog: 0.0.0...0.1.0
0.0.0
Full Changelog: https://github.com/jonyboi396825/simplevectors/commits/0.0.0