Inheritance: Object, IDisposable
Exemplo n.º 1
0
 public void SetUniformValueArray(string name, QVector2D values, int count)
 {
     interceptor.Invoke("setUniformValueArray$#$", "setUniformValueArray(const char*, const QVector2D*, int)", typeof(void), typeof(string), name, typeof(QVector2D), values, typeof(int), count);
 }
Exemplo n.º 2
0
 public static double DotProduct(QVector2D v1, QVector2D v2)
 {
     return (double) staticInterceptor.Invoke("dotProduct##", "dotProduct(const QVector2D&, const QVector2D&)", typeof(double), typeof(QVector2D), v1, typeof(QVector2D), v2);
 }
Exemplo n.º 3
0
 public void SetUniformValue(string name, QVector2D value)
 {
     interceptor.Invoke("setUniformValue$#", "setUniformValue(const char*, const QVector2D&)", typeof(void), typeof(string), name, typeof(QVector2D), value);
 }
Exemplo n.º 4
0
 public void SetUniformValueArray(int location, QVector2D values, int count)
 {
     interceptor.Invoke("setUniformValueArray$#$", "setUniformValueArray(int, const QVector2D*, int)", typeof(void), typeof(int), location, typeof(QVector2D), values, typeof(int), count);
 }
Exemplo n.º 5
0
 public void SetAttributeArray(string name, QVector2D values)
 {
     interceptor.Invoke("setAttributeArray$#", "setAttributeArray(const char*, const QVector2D*)", typeof(void), typeof(string), name, typeof(QVector2D), values);
 }
Exemplo n.º 6
0
 public void SetUniformValue(int location, QVector2D value)
 {
     interceptor.Invoke("setUniformValue$#", "setUniformValue(int, const QVector2D&)", typeof(void), typeof(int), location, typeof(QVector2D), value);
 }
Exemplo n.º 7
0
 public void SetAttributeArray(int location, QVector2D values)
 {
     interceptor.Invoke("setAttributeArray$#", "setAttributeArray(int, const QVector2D*)", typeof(void), typeof(int), location, typeof(QVector2D), values);
 }
Exemplo n.º 8
0
 public void SetAttributeArray(string name, QVector2D values, int stride)
 {
     interceptor.Invoke("setAttributeArray$#$", "setAttributeArray(const char*, const QVector2D*, int)", typeof(void), typeof(string), name, typeof(QVector2D), values, typeof(int), stride);
 }
Exemplo n.º 9
0
 public QVector4D(QVector2D vector, double zpos, double wpos)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QVector4D#$$", "QVector4D(const QVector2D&, qreal, qreal)", typeof(void), typeof(QVector2D), vector, typeof(double), zpos, typeof(double), wpos);
 }
Exemplo n.º 10
0
 public QVector4D(QVector2D vector)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QVector4D#", "QVector4D(const QVector2D&)", typeof(void), typeof(QVector2D), vector);
 }
Exemplo n.º 11
0
 public static QDataStream Write(QDataStream arg1, QVector2D arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QVector2D&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QVector2D), arg2);
 }
Exemplo n.º 12
0
 public static QDataStream Read(QDataStream arg1, QVector2D arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QVector2D&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QVector2D), arg2);
 }
Exemplo n.º 13
0
 public static bool QFuzzyCompare(QVector2D v1, QVector2D v2)
 {
     return (bool) staticInterceptor.Invoke("qFuzzyCompare##", "qFuzzyCompare(const QVector2D&, const QVector2D&)", typeof(bool), typeof(QVector2D), v1, typeof(QVector2D), v2);
 }