---
title: endPoint
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phaseenvelopesegment/endpoint
---

# endPoint

A point that identifies the end of the segment along the envelope.

## Declaration

```swift
var endPoint: simd_double2 { get set }
```

## Discussion

Discussion The framework connects this property to the prior segment’s end point, or the envelope startPoint, in the case of the first segment.

## See Also

### Shaping a Segment

- [curveType](phase/phaseenvelopesegment/curvetype.md)
