Instance Method
nearestNode(atPathTime:)nearestNodeWithPathTime:nearestNodeWithPathTime_
Returns the on-curve node nearest a path time.
Declaration
func nearestNode(atPathTime pathTime: CGFloat) -> GSNode?Declaration
- (GSNode *) nearestNodeWithPathTime:(CGFloat) pathTime;Declaration
nearestNodeWithPathTime_(pathTime: float) -> GSNodeSee Also
Path Time
The point at a path time, or
nilwhen the path time does not identify a position on the path.Finds the point on the path nearest a point.
See Also
Path Time
The point at a path time.
Finds the point on the path nearest a point.