Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
prototypeMatrix4x4 Class Reference
Inheritance diagram for prototypeMatrix4x4:

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)
 

Detailed Description

Definition at line 90 of file prototypeMatrix4x4.hh.

Member Function Documentation

QScriptValue prototypeMatrix4x4::transform_point ( QScriptValue  _vector)
slot

Matrix vector product.

Transforms a point by the given matrix (translation is included)

Definition at line 109 of file prototypeMatrix4x4.cc.

QScriptValue prototypeMatrix4x4::transform_vector ( QScriptValue  _vector)
slot

Matrix vector product.

Transforms a vector by the given matrix (translation is omitted)

Definition at line 89 of file prototypeMatrix4x4.cc.


The documentation for this class was generated from the following files: