---
title: rightEyeTransform
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arfaceanchor/righteyetransform
---

# rightEyeTransform

A transform matrix indicating the position and orientation of the face’s right eye.

## Declaration

```swift
var rightEyeTransform: simd_float4x4 { get }
```

## Discussion

Discussion The translation aspect of this matrix indicates the position of the center of the eyeball, relative to the position represented by the anchor’s transform. The positive z-axis points from the center of the eyeball in the direction of the pupil. Rotational aspects of the matrix indicate the orientation of the eyeball—for example, a rotation about the x-axis directs the pupil upward or downward. The eye does not rotate about the z-axis.

## See Also

### Tracking Eye Movement

- [leftEyeTransform](arkit/arfaceanchor/lefteyetransform.md)
- [lookAtPoint](arkit/arfaceanchor/lookatpoint.md)
