Packages
clutter-1.0
Clutter
Vertex
alloc
copy
equal
free
init
x
y
z
Stays crunchy ...
... even in milk.
Valadoc
Vala
Tutorial
Vala Journal
API-References
Markup
About
Vertex
Object Hierarchy:
Description:
public
struct
Vertex
A point in 3D space, expressed in pixels
Namespace:
Clutter
Package:
clutter-1.0
Content:
Static methods:
public
static
Vertex
alloc
()
Allocates a new, empty
Vertex
.
Methods:
public
Vertex
copy
()
Copies
vertex
public
bool
equal
(
Vertex
vertex_b)
Compares
vertex_a
and
vertex_b
for equality
public
void
free
()
Frees a
Vertex
allocated using
alloc
or
copy
.
public
Vertex
init
(
float
x,
float
y,
float
z)
Initializes
vertex
with the given coordinates.
Fields:
public
float
x
public
float
y
public
float
z