<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClothPoseResource/position(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:22RealityFoundationCloth0C12PoseResourceC8position2ats5SIMD3VySfGs6UInt32V_tF"
  },
  "title" : "position(at:)"
}
-->

# position(at:)

Returns the position of the vertex at the given index.

```
final func position(at vertexIndex: UInt32) -> SIMD3<Float>
```

## Parameters

`vertexIndex`

Index of the vertex to get the position for.

## Return Value

The position of the specified vertex.

---

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)