Skip to content

Commit

Permalink
removed VectorOld
Browse files Browse the repository at this point in the history
  • Loading branch information
robosam2003 committed Aug 15, 2022
1 parent 601b3e4 commit ffb78cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 386 deletions.
171 changes: 0 additions & 171 deletions OldVector/VectorOld.h

This file was deleted.

214 changes: 0 additions & 214 deletions OldVector/VectorOld.tpp

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Vector<double, 3> v1UnitVector = v1.normalized();

// Vector casting
Vector<int, 3> vInt = {1, 2, 3};
Vector<double, 3> vDouble = (Vector<double, 3>) vInt;
Vector<double, 6> vDouble = (Vector<double, 6>) vInt;


```
Expand Down

0 comments on commit ffb78cd

Please sign in to comment.