MeVisLab Scripting Reference
|
Inherits QObject.
Public Slots | |
QVariantList | getPos () const |
QVariantList | getTangent () const |
QVariantList | getUp () const |
void | setTangent (QVariantList tangent) |
void | setUp (QVariantList up) |
Properties | |
QVariantList | pos |
QVariantList | tangent |
QVariantList | up |
A class that wraps KeyFrame objects for use in scripting.
|
slot |
Returns the position of the key frame.
|
slot |
Returns the tangent vector of the key frame.
|
slot |
Returns the up vector of the key frame.
|
slot |
Sets the tangent vector of the key frame.
|
slot |
Sets the up vector of the key frame.
|
read |
The position of the key frame, read-only.
|
readwrite |
the tangent vector of the key frame.
|
readwrite |
The up vector of the key frame.