Developer Documentation
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 72 of file prototypeMatrix4x4.hh.

Constructor & Destructor Documentation

◆ prototypeMatrix4x4()

prototypeMatrix4x4::prototypeMatrix4x4 ( QObject *  parent = 0)
explicit

Definition at line 49 of file prototypeMatrix4x4.cc.

Member Function Documentation

◆ toString

QString prototypeMatrix4x4::toString ( ) const
slot

Definition at line 55 of file prototypeMatrix4x4.cc.

◆ 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: