# `GSHobbyTerminalCoordinate`

*Global Variable*

`x` and `y` coordinate of a Hobby node control point if the Hobby curve does not continue on the side of that control point.

## Declaration

```swift
let GSHobbyTerminalCoordinate: CGFloat
```

```objc
static const CGFloat GSHobbyTerminalCoordinate;
```

```python
GSHobbyTerminalCoordinate: float
```

## See Also

### Hobby Curves

- [`GSHobbyKnotTempDataKey`](/Core/GlyphsCore/GSHobbyKnotTempDataKey) — Key for the temp data on `GSNode` that is written to the original node when converting a path to a standard Bézier path. The value is a `GSHobbyKnot`.
- [`GSHobbyNodeTensionMin`](/Core/GlyphsCore/GSHobbyNodeTensionMin)
- [`GSHobbyNodeTensionMax`](/Core/GlyphsCore/GSHobbyNodeTensionMax)
- [`GSHobbyNodeTensionUnset`](/Core/GlyphsCore/GSHobbyNodeTensionUnset)

