Creates a new #ClutterVertex for the point in 3D space
identified by the 3 coordinates x,
y,
z
.
This function is the logical equivalent of:
|[ clutter_vertex_init (clutter_vertex_alloc (), x, y, z);
@constructor
@param x X coordinate
@param y Y coordinate
@param z Z coordinate
X coordinate of the vertex
Y coordinate of the vertex
Z coordinate of the vertex
Copies vertex
Compares vertex_a
and vertex_b
for equality
a #ClutterVertex
Frees a #ClutterVertex allocated using clutter_vertex_alloc() or clutter_vertex_copy().
Initializes vertex
with the given coordinates.
X coordinate
Y coordinate
Z coordinate
Allocates a new, empty #ClutterVertex.
Creates a new #ClutterVertex for the point in 3D space
identified by the 3 coordinates x,
y,
z
.
This function is the logical equivalent of:
|[ clutter_vertex_init (clutter_vertex_alloc (), x, y, z);
@constructor
@param x X coordinate
@param y Y coordinate
@param z Z coordinate
A point in 3D space, expressed in pixels