Returns whether point1 is before or after point2.
Returns whether the two path points refer to the same location on all paths.
Calculates the curvature of the path at the point.
Returns the distance from the beginning of the path to point.
Gets the position of the point.
Gets the direction of the tangent at a given point.
Gets the tangent of the path at the point.
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.
gsk.path_point.PathPoint is an opaque type representing a point on a path.
It can be queried for properties of the path at that point, such as its tangent or its curvature.
To obtain a gsk.path_point.PathPoint, use gsk.path.Path.getClosestPoint, gsk.path.Path.getStartPoint, gsk.path.Path.getEndPoint or gsk.path_measure.PathMeasure.getPoint.
Note that gsk.path_point.PathPoint structs are meant to be stack-allocated, and don't hold a reference to the path object they are obtained from. It is the callers responsibility to keep a reference to the path as long as the gsk.path_point.PathPoint is used.