?? qvmfrotation.cpp
字號:
#include <QvMFRotation.h>
QV_MFIELD_OBJ_SOURCE(QvMFRotation, QvOrientation, 1);
QV_MFIELD_ASSIGN(QvMFRotation, QvOrientation, 1);
QvBool
QvMFRotation::read1Value(QvInput *in, int index)
{
// Reading not implemented yet
return (in->read(values[index].axis[0]) &&
in->read(values[index].axis[1]) &&
in->read(values[index].axis[2]) &&
in->read(values[index].angle));
return FALSE;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -