PathNode
Object Hierarchy:
Description:
Represents a single node of a Path.
Some of the coordinates in points may be unused for some node types.
MOVE_TO and
LINE_TO use only one pair of coordinates,
CURVE_TO uses all three and
CLOSE uses none.
Namespace: Clutter
Package: clutter-1.0
Content:
Methods:
-
public PathNode copy ()
Makes an allocated copy of a node.
-
public bool equal (PathNode node_b)
Compares two nodes and checks if they are the same type with the same coordinates.
-
public void free ()
Frees the memory of an allocated node.
Fields: