---
title: TableVisualState.Pose2D
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tablevisualstate/pose2d
---

# TableVisualState.Pose2D

An object that represents a 2D position and orientation on the XZ plane.

## Declaration

```swift
struct Pose2D
```

## Topics

### Creating 2D pose objects

- [init()](tabletopkit/tablevisualstate/pose2d/init().md)
- [init(position:rotation:)](tabletopkit/tablevisualstate/pose2d/init(position:rotation:).md)
- [init(projecting:)](tabletopkit/tablevisualstate/pose2d/init(projecting:).md)

### Getting 2D pose properties

- [position](tabletopkit/tablevisualstate/pose2d/position.md)
- [rotation](tabletopkit/tablevisualstate/pose2d/rotation.md)

### Getting the identifier

- [identity](tabletopkit/tablevisualstate/pose2d/identity.md)

### Default Implementations

- [Decodable Implementations](tabletopkit/tablevisualstate/pose2d/decodable-implementations.md)
- [Encodable Implementations](tabletopkit/tablevisualstate/pose2d/encodable-implementations.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Representing 2D states

- [TableVisualState.Point2D](tabletopkit/tablevisualstate/point2d.md)
