Developer Documentation
|
Public Slots | |
QScriptValue | transform_vector (QScriptValue _vector) |
Matrix vector product. More... | |
QScriptValue | transform_point (QScriptValue _vector) |
Matrix vector product. More... | |
QString | toString () const |
Public Member Functions | |
prototypeMatrix4x4 (QObject *parent=0) | |
Definition at line 90 of file prototypeMatrix4x4.hh.
|
slot |
Matrix vector product.
Transforms a point by the given matrix (translation is included)
Definition at line 109 of file prototypeMatrix4x4.cc.
|
slot |
Matrix vector product.
Transforms a vector by the given matrix (translation is omitted)
Definition at line 89 of file prototypeMatrix4x4.cc.