aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib/math/Dcm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mathlib/math/Dcm.hpp')
-rw-r--r--apps/mathlib/math/Dcm.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/mathlib/math/Dcm.hpp b/apps/mathlib/math/Dcm.hpp
index de69a7aa4..28d840b10 100644
--- a/apps/mathlib/math/Dcm.hpp
+++ b/apps/mathlib/math/Dcm.hpp
@@ -65,6 +65,13 @@ public:
Dcm();
/**
+ * scalar ctor
+ */
+ Dcm(float c00, float c01, float c02,
+ float c10, float c11, float c12,
+ float c20, float c21, float c22);
+
+ /**
* data ctor
*/
Dcm(const float *data);