# `GSPenPoint`

*Class*

## Declaration

```swift
class GSPenPoint
```

```objc
@interface GSPenPoint : NSObject
```

```python
class GSPenPoint(NSObject)
```

## Topics

### Instance Properties

- [`GSPenPoint.angle`](/Core/GlyphsCore/GSPenPoint/angle)
- [`GSPenPoint.height`](/Core/GlyphsCore/GSPenPoint/height)
- [`GSPenPoint.parent`](/Core/GlyphsCore/GSPenPoint/parent)
- [`GSPenPoint.progressionIn`](/Core/GlyphsCore/GSPenPoint/progressionIn)
- [`GSPenPoint.progressionOut`](/Core/GlyphsCore/GSPenPoint/progressionOut)
- [`GSPenPoint.strokePosition`](/Core/GlyphsCore/GSPenPoint/strokePosition)
- [`GSPenPoint.t`](/Core/GlyphsCore/GSPenPoint/t)
- [`GSPenPoint.width`](/Core/GlyphsCore/GSPenPoint/width)

### Instance Methods

- [`GSPenPoint hasMeaningfulValues`](/Core/GlyphsCore/GSPenPoint/hasMeaningfulValues)
- [`GSPenPoint initWithDict:format:`](/Core/GlyphsCore/GSPenPoint/initWithDict:format:)
- [`GSPenPoint initWithT:width:height:position:angle:progIn:progOut:`](/Core/GlyphsCore/GSPenPoint/initWithT:width:height:position:angle:progIn:progOut:)

## Relationships

### Inherits From

- `NSObject`

### Conforms To

- [`GSSelectableElementProtocol`](/Core/GlyphsCore/GSSelectableElementProtocol)

