A point in 2D space.
X coordinate, in pixels
Y coordinate, in pixels
Creates a new #ClutterPoint with the same coordinates of point.
point
Computes the distance between two #ClutterPoint.
a #ClutterPoint
Compares two #ClutterPoint for equality.
the second #ClutterPoint to compare
Frees the resources allocated for point.
Initializes point with the given coordinates.
the X coordinate of the point
the Y coordinate of the point
Allocates a new #ClutterPoint.
A point centered at (0, 0).
The returned value can be used as a guard.
A point in 2D space.