Clutter.Vertex – clutter-1.0 Reference Manual
Packages
clutter-1.0
Clutter
Vertex
alloc
copy
equal
free
init
x
y
z
Vertex
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"clutter_vertex_get_type ()"
) ]
[
Version
( since =
"0.4"
) ]
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
this
public
bool
equal
(
Vertex
vertex_b)
Compares
this
and
vertex_b
for equality
public
void
free
()
Frees a
Vertex
allocated using
alloc
or
copy
.
public
unowned
Vertex
?
init
(
float
x,
float
y,
float
z)
Initializes
this
with the given coordinates.
Fields:
public
float
x
public
float
y
public
float
z