MeVisLab Scripting Reference
|
#include <mlKeyFrameWrapper.h>
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 |
Get the position of the key frame.
|
slot |
Get the tangent vector of the key frame.
|
slot |
Get the up vector of the key frame.
|
slot |
Set the tangent vector of the key frame.
|
slot |
Set 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.