Definition at line 72 of file prototypeMatrix4x4.hh.
◆ prototypeMatrix4x4()
prototypeMatrix4x4::prototypeMatrix4x4 |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ toString
QString prototypeMatrix4x4::toString |
( |
| ) |
const |
|
slot |
◆ transform_point
QScriptValue prototypeMatrix4x4::transform_point |
( |
QScriptValue |
_vector | ) |
|
|
slot |
Matrix vector product.
Transforms a point by the given matrix (translation is included)
Definition at line 92 of file prototypeMatrix4x4.cc.
◆ transform_vector
QScriptValue prototypeMatrix4x4::transform_vector |
( |
QScriptValue |
_vector | ) |
|
|
slot |
Matrix vector product.
Transforms a vector by the given matrix (translation is omitted)
Definition at line 72 of file prototypeMatrix4x4.cc.
The documentation for this class was generated from the following files: