<!--
{
  "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/Poses/posesBySample",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21PhotogrammetrySessionC5PosesV13posesBySampleSDySiAC4PoseVGvp"
  },
  "title" : "posesBySample"
}
-->

# posesBySample

Mapping from the sample ID to the 6DOF algorithmically estimated pose
of that sample.  Each `Pose` will have a world translation and rotation representing that shot’s estimated
pose (position and orientation in space) with respect to the estimated coordinate system.

```
let posesBySample: [Int : PhotogrammetrySession.Pose]
```

---

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)