From: vsr Date: Thu, 13 Aug 2015 12:45:10 +0000 (+0300) Subject: 0026144: Missing operators in gp_GTrsf X-Git-Tag: V6_9_1_beta~133 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=00e18bf7e4c7bca387ef5e665484c33c1c4f6db1;p=occt-copy.git 0026144: Missing operators in gp_GTrsf --- 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;