NAME
Qt::Gui::QGraphicsRotation
PUBLIC METHODS
- QGraphicsRotation(QObject * parent)
- QGraphicsRotation(QObject * parent = 0)
- ~QGraphicsRotation()
- qreal angle()
- void applyTo(QMatrix4x4 * matrix)
- QVector3D axis()
- QVector3D origin()
- void setAngle(qreal arg0)
- void setAxis(const QVector3D & axis)
- void setAxis(Qt::Axis axis)
- void setOrigin(const QVector3D & point)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.