<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreHaptics",
  "identifier" : "/documentation/CoreHaptics/CHHapticParameterCurve/ControlPoint/init(relativeTime:value:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core Haptics"
    ],
    "preciseIdentifier" : "c:objc(cs)CHHapticParameterCurveControlPoint(im)initWithRelativeTime:value:"
  },
  "title" : "init(relativeTime:value:)"
}
-->

# init(relativeTime:value:)

Creates a control point from its time and value.

```
init(relativeTime time: TimeInterval, value: Float)
```

## Parameters

`time`

The time at which the associated parameter reaches this value, relative to the parameter curve’s start time.

`value`

The value of the parameter at this control point.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)