Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSShape
      • GSPath
        • point(atPathTime:)
  1. GlyphsCore
  2. GSShape
  3. GSPath

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

  • nearestPoint(to:)

    Finds the point on the path nearest a point.

  • nearestNode(atPathTime:)nearestNodeWithPathTime:nearestNodeWithPathTime_

    Returns the on-curve node nearest a path time.