---
title: "transform(at:)"
framework: usdkit
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "usdkit/usdtransformoperation/transform(at:)"
---

# transform(at:)

Computes the transformation matrix at the specified time.

## Declaration

```swift
func transform(at time: USDStage.TimeCode) -> USDValue.Matrix4d
```

## Parameters

- `time`: The time at which to evaluate the operation.

## Return Value

Return Value The transformation matrix.
