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;