<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "swift: -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSValue/init(SCNVector4:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSValue(cm)valueWithSCNVector4:"
  },
  "title" : "init(SCNVector4:)"
}
-->

# init(SCNVector4:)

Creates a value object that contains the specified four-element SceneKit vector.

```
init(SCNVector4 v: SCNVector4)
```

## Parameters

`v`

The value for the new object.

## Return Value

A new value object that contains the vector information.

## See Also

  <doc://com.apple.documentation/documentation/SceneKit/SCNVector4>



---

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)