hi,

In Matrix33.sip, i've this line

Vec2 operator *  (const Vec2 &v, const Matrix33 &m);

and sip return me
sip: Matrix33.sip:285: Global operators must be either numeric or comparison
operators


i don't understand, because it's work fine in Vec3.sip
with
Vec3 operator * (float a, const Vec3 &v);

the syntaxe is near ......

Thx for your help


Kermit
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to