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