diff OrthancStone/Sources/Toolbox/CoordinateSystem3D.h @ 1650:af312e145980

more tests for CoordinateSystem3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Nov 2020 10:44:11 +0100
parents 4a43106bc122
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/CoordinateSystem3D.h	Thu Nov 12 20:56:04 2020 +0100
+++ b/OrthancStone/Sources/Toolbox/CoordinateSystem3D.h	Fri Nov 13 10:44:11 2020 +0100
@@ -155,5 +155,9 @@
                                                          double b,
                                                          double c,
                                                          double d);
+
+    static CoordinateSystem3D CreateFromThreePoints(const Vector& a,
+                                                    const Vector& b,
+                                                    const Vector& c);
   };
 }