From fe2a68472f14edf37ef99fd950f77d0f15088635 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 13 Aug 2015 15:45:10 +0300 Subject: [PATCH] 0026144: Missing operators in gp_GTrsf --- src/gp/gp_GTrsf.cdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gp/gp_GTrsf.cdl b/src/gp/gp_GTrsf.cdl index 55fdda1644..f5a885c181 100644 --- a/src/gp/gp_GTrsf.cdl +++ b/src/gp/gp_GTrsf.cdl @@ -223,14 +223,14 @@ is -- T1.Transforms(P2); //using T1 then T2 -- T2.Transforms(P2); // P1 = P2 !!! ---C++: inline - -- C++: alias operator * + ---C++: alias operator * Multiply (me : in out; T : GTrsf) is static; --- Purpose : -- Computes the transformation composed with and T. -- = * T - -- C++: alias operator *= + ---C++: alias operator *= PreMultiply (me : in out; T : GTrsf) is static; -- 2.39.5