Instance Method
point(atPathTime:)
The point at a path time, or nil when the path time does not identify a position on the path.
Not available in Objective-C.Not available in Python.
Declaration
func point(atPathTime pathTime: CGFloat) -> CGPoint?See Also
Path Time
Finds the point on the path nearest a point.
Returns the on-curve node nearest a path time.