Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterRotateAxis |
Enum : | RotateAxis |
Properties | |
---|---|
guint32 Clutter.RotateAxis.X_AXIS : 0
|
|
guint32 Clutter.RotateAxis.Y_AXIS : 1
|
|
guint32 Clutter.RotateAxis.Z_AXIS : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Actor
Method |
Retrieves the angle and center of rotation on the given axis,
set using clutter_actor_set_rotation(). |
Clutter.Actor
Method |
Sets the rotation angle of self around the given axis.
|
Clutter.BehaviourEllipse
Method |
get_angle_tilt
(RotateAxis axis)
:
gdouble
Gets the tilt of the ellipse around the center in the given axis.
|
Clutter.BehaviourEllipse
Method |
set_angle_tilt
(RotateAxis axis, gdouble angle_tilt)
:
none
Sets the angle at which the ellipse should be tilted around it's center.
|
Clutter.BehaviourRotate
Property |
axis : Clutter.RotateAxis
The axis of rotation.
|
Clutter.BehaviourRotate
Method |
new Clutter.BehaviourRotate.c_new
(Alpha alpha, RotateAxis axis, RotateDirection direction, gdouble angle_start, gdouble angle_end)
:
Clutter.Behaviour
Create a new Clutter.BehaviourRotate
|
Clutter.BehaviourRotate
Method |
get_axis
()
:
Clutter.RotateAxis
Retrieves the ClutterRotateAxis used by the rotate behaviour.
|
Clutter.BehaviourRotate
Method |
set_axis
(RotateAxis axis)
:
none
Sets the axis used by the rotate behaviour.
|