<!--
{
  "documentType" : "article",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/identity-transform",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Identity Transform"
}
-->

# Identity Transform

Defines the identity transform matrix used by Core Animation.

## Topics

### Constants

[`CATransform3DIdentity`](/documentation/QuartzCore/CATransform3DIdentity)

The identity transform: `[1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1]`.



---

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)