hi,<div><br></div><div>In Matrix33.sip, i've this line</div><div><br></div><div>Vec2 operator *  (const Vec2 &v, const Matrix33 &m);</div><div><br></div><div>and sip return me</div><div>sip: Matrix33.sip:285: Global operators must be either numeric or comparison operators</div>
<div><br></div><div><br></div><div>i don't understand, because it's work fine in Vec3.sip </div><div>with</div><div>Vec3<span class="Apple-tab-span" style="white-space:pre">       </span>operator * (float a, const Vec3 &v);</div>
<div><br></div><div>the syntaxe is near ......</div><div><br></div><div>Thx for your help</div><div><br></div><div><br></div><div>Kermit</div><div><br></div>