Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Struct Clutter.Vertex

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterVertex
Struct : Vertex
Vertex of an actor in 3D space, expressed in pixels
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Clutter.Vertex ()
Create a new Clutter.Vertex
Create a new Clutter.Vertex
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Property
rotation_center_x : Clutter.Vertex
The rotation center on the X axis.
Clutter.Actor
Property
rotation_center_y : Clutter.Vertex
The rotation center on the Y axis.
Clutter.Actor
Property
rotation_center_z : Clutter.Vertex
The rotation center on the Z axis.
Clutter.Actor
Method
apply_relative_transform_to_point (Actor ancestor, Vertex point, Vertex vertex) : none
Transforms point in coordinates relative to the actor into
ancestor-relative coordinates using the relevant transform
stack (i.e.
Clutter.Actor
Method
apply_transform_to_point (Vertex point, Vertex vertex) : none
Transforms point in coordinates relative to the actor
into screen-relative coordinates with the current actor
transformation (i.e.
Clutter.PaintVolume
Method
get_origin () : Clutter.Vertex
Clutter.PaintVolume
Method
set_origin (Vertex origin) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:47 GMT+0800 (HKT)