# `GSRotatePointAroundCenter`

*Function*

## Declaration

```swift
func GSRotatePointAroundCenter(_ point: NSPoint, _ center: NSPoint, _ angle: CGFloat) -> NSPoint
```

```objc
NSPoint GSRotatePointAroundCenter(NSPoint point, NSPoint center, CGFloat angle);
```

```python
GSRotatePointAroundCenter(point: NSPoint, center: NSPoint, angle: float) -> NSPoint
```

## See Also

### Numeric Conversion and Rotation

- [`GSFloatToFraction`](/Core/GlyphsCore/GSFloatToFraction)
- [`GSAngleToSlope`](/Core/GlyphsCore/GSAngleToSlope) — convert and angle (CCV from 12 o’clock) to run/rise as stored in the hhea table
- [`GSAngleFromString`](/Core/GlyphsCore/GSAngleFromString) — The angle of run/rise. This can be used to write the italic angle so the angle is positive CCV from 12 o’clock
- [`GSRotatePoint`](/Core/GlyphsCore/GSRotatePoint)

