]> OCCT Git - occt-copy.git/commitdiff
0026144: Missing operators in gp_GTrsf
authorvsr <vsr@opencascade.com>
Thu, 13 Aug 2015 12:45:10 +0000 (15:45 +0300)
committervsr <vsr@opencascade.com>
Thu, 13 Aug 2015 12:45:10 +0000 (15:45 +0300)
src/gp/gp_GTrsf.cdl

index 55fdda164481c061c3caa39b4224b1b0d3806a15..f5a885c181c5f71c8b06d66e0f17c6df074a3d7f 100644 (file)
@@ -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 <me> and T.
         --  <me> = <me> * T
-        -- C++: alias operator *=
+        ---C++: alias operator *=
 
   PreMultiply (me : in out; T : GTrsf)  is static;