diff Framework/Toolbox/GeometryToolbox.h @ 150:62670cc2bb50 wasm

print matrix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Feb 2018 16:07:54 +0100
parents 9b83f30fc1c0
children c5044bbfc303
line wrap: on
line diff
--- a/Framework/Toolbox/GeometryToolbox.h	Wed Jan 24 17:02:13 2018 +0100
+++ b/Framework/Toolbox/GeometryToolbox.h	Thu Feb 01 16:07:54 2018 +0100
@@ -43,6 +43,8 @@
   {
     void Print(const Vector& v);
 
+    void Print(const Matrix& m);
+
     bool ParseVector(Vector& target,
                      const std::string& s);