<!--
{
  "availability" : [
    "visionOS: 2.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ViewpointProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit19ViewpointPropertiesV"
  },
  "title" : "ViewpointProperties"
}
-->

# ViewpointProperties

The ViewpointProperties is a record of render camera transforms at some particular time.

```
struct ViewpointProperties
```

## Topics

### Instance Properties

[`var description: String`](/documentation/ARKit/ViewpointProperties/description)

Textual representation of the viewpoint properties.

[`var deviceFromLeftViewpointTransform: simd_float4x4`](/documentation/ARKit/ViewpointProperties/deviceFromLeftViewpointTransform)

The transformation matrix that converts from the left viewpoint to the device’s coordinate space.

[`var deviceFromRightViewpointTransform: simd_float4x4`](/documentation/ARKit/ViewpointProperties/deviceFromRightViewpointTransform)

The transformation matrix that converts from the left viewpoint to the device’s coordinate space.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)