# `GSOffsetLine`

*Function*

## Declaration

```swift
func GSOffsetLine(_ P0: UnsafeMutablePointer<NSPoint>, _ P1: UnsafeMutablePointer<NSPoint>, _ OffsetX: CGFloat, _ OffsetY: CGFloat) -> Bool
```

```objc
BOOL GSOffsetLine(NSPoint *P0, NSPoint *P1, CGFloat OffsetX, CGFloat OffsetY);
```

```python
GSOffsetLine(P0: NSPoint, P1: NSPoint, OffsetX: float, OffsetY: float) -> bool
```

## See Also

### General Geometry

- [`GSAngleOfVector`](/Core/GlyphsCore/GSAngleOfVector)
- [`GSAngleBetweenVectors`](/Core/GlyphsCore/GSAngleBetweenVectors)
- [`GSSlantPointAroundY`](/Core/GlyphsCore/GSSlantPointAroundY)
- [`GSCircleSegmentFromPointsAndTangents`](/Core/GlyphsCore/GSCircleSegmentFromPointsAndTangents)
- [`GSDot`](/Core/GlyphsCore/GSDot)
- [`GSClamp`](/Core/GlyphsCore/GSClamp)
- [`GSAreaOfTriangle`](/Core/GlyphsCore/GSAreaOfTriangle)
- [`GSPointIsLeftOfLine`](/Core/GlyphsCore/GSPointIsLeftOfLine)
- [`GSLeftRayHitsLine`](/Core/GlyphsCore/GSLeftRayHitsLine)
- [`GSLeftRayHitsSegment`](/Core/GlyphsCore/GSLeftRayHitsSegment)
- [`GSLeftRayHitsCubic`](/Core/GlyphsCore/GSLeftRayHitsCubic)
- [`GSLeftRayHitsQuadraticSpline`](/Core/GlyphsCore/GSLeftRayHitsQuadraticSpline)
- [`GSMiddlePointLine`](/Core/GlyphsCore/GSMiddlePointLine)
- [`GSMiddlePointCubic`](/Core/GlyphsCore/GSMiddlePointCubic)
- [`GSCheckColinearLines`](/Core/GlyphsCore/GSCheckColinearLines)

