Method PointAlong
PointAlong(SKPoint, SKPoint, float)
Calculates a point at a given percentage along the line segment from a to b.
public static SKPoint PointAlong(SKPoint a, SKPoint b, float pct)
Parameters
aSKPointThe start point of the segment.
bSKPointThe end point of the segment.
pctfloatThe percentage along the segment (0.0 to 1.0).