Computes the distance between a and b.
Checks if the two points a and b point to the same coordinates.
Initializes p with the same coordinates of src.
Initializes p with the coordinates inside the given #graphene_vec2_t.
Initializes p to the given x and y coordinates.
Linearly interpolates the coordinates of a and b using the given factor.
Checks whether the two points a and b are within the threshold of epsilon.
Stores the coordinates of the given #graphene_point_t into a #graphene_vec2_t.
Allocates a new #graphene_point_t structure.
Returns a point fixed at (0, 0).
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A point with two coordinates.