Changes in src/LinearAlgebra/Line.hpp [57f243:e0ba10]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/LinearAlgebra/Line.hpp
r57f243 re0ba10 11 11 #include "LinearAlgebra/Space.hpp" 12 12 13 #include <iosfwd> 13 14 #include <memory> 14 15 #include <vector> … … 45 46 }; 46 47 48 std::ostream & operator << (std::ostream& ost, const Line &m); 49 47 50 /** 48 51 * Named constructor to make a line through two points
Note:
See TracChangeset
for help on using the changeset viewer.