<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PhotogrammetrySession/Pose",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21PhotogrammetrySessionC4PoseV"
  },
  "title" : "PhotogrammetrySession.Pose"
}
-->

# PhotogrammetrySession.Pose

A 6DOF pose relative to the estimated coordinate system.

```
struct Pose
```

## Topics

### Instance Properties

[`var intrinsics: simd_float3x3?`](/documentation/RealityKit/PhotogrammetrySession/Pose/intrinsics)

If available, the estimated pinhole camera intrinsics matrix associated with the input image.  If not available, `nil`.

[`var lensDistortionData: LensDistortionData?`](/documentation/RealityKit/PhotogrammetrySession/Pose/lensDistortionData)

If available, the estimated lens distortion data for the associated input image.  This can be used to rectify the image
for computer vision applications.  If not available, this is nil.

[`let rotation: simd_quatf`](/documentation/RealityKit/PhotogrammetrySession/Pose/rotation)

Rotation (orientation) of the pose relative to the reference coordinate system.

[`var transform: Transform`](/documentation/RealityKit/PhotogrammetrySession/Pose/transform)

A unit scale transform that represents a 6DoF pose.

[`let translation: SIMD3<Float>`](/documentation/RealityKit/PhotogrammetrySession/Pose/translation)

Position of the pose relative to the reference coordinate system.

## Relationships

### Conforms To

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

[`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)