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

# init(CATransform3D:)

Creates a new value object containing the specified CoreAnimation transform structure.

```
init(CATransform3D t: CATransform3D)
```

## Parameters

`t`

The value for the new object.

## Return Value

A new value object that contains the transform information.

## See Also

  <doc://com.apple.documentation/documentation/QuartzCore/CATransform3D>



---

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)