---
title: TossableRepresentation.DecahedronFace
framework: tabletopkit
role: symbol
role_heading: Enumeration
path: tabletopkit/tossablerepresentation/decahedronface
---

# TossableRepresentation.DecahedronFace

One of the faces of an decahedron

## Declaration

```swift
enum DecahedronFace
```

## Topics

### Faces

- [TossableRepresentation.DecahedronFace.a](tabletopkit/tossablerepresentation/decahedronface/a.md)
- [TossableRepresentation.DecahedronFace.b](tabletopkit/tossablerepresentation/decahedronface/b.md)
- [TossableRepresentation.DecahedronFace.c](tabletopkit/tossablerepresentation/decahedronface/c.md)
- [TossableRepresentation.DecahedronFace.d](tabletopkit/tossablerepresentation/decahedronface/d.md)
- [TossableRepresentation.DecahedronFace.e](tabletopkit/tossablerepresentation/decahedronface/e.md)
- [TossableRepresentation.DecahedronFace.f](tabletopkit/tossablerepresentation/decahedronface/f.md)
- [TossableRepresentation.DecahedronFace.g](tabletopkit/tossablerepresentation/decahedronface/g.md)
- [TossableRepresentation.DecahedronFace.h](tabletopkit/tossablerepresentation/decahedronface/h.md)
- [TossableRepresentation.DecahedronFace.i](tabletopkit/tossablerepresentation/decahedronface/i.md)
- [TossableRepresentation.DecahedronFace.j](tabletopkit/tossablerepresentation/decahedronface/j.md)

### Creating a face

- [init(restingOrientation:)](tabletopkit/tossablerepresentation/decahedronface/init(restingorientation:).md)

### Getting the resting orientation

- [restingOrientation](tabletopkit/tossablerepresentation/decahedronface/restingorientation.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TossableRepresentation.TossableFace](tabletopkit/tossablerepresentation/tossableface.md)

## See Also

### Getting the face

- [face(for:)](tabletopkit/tossablerepresentation/face(for:).md)
- [TossableRepresentation.TossableFace](tabletopkit/tossablerepresentation/tossableface.md)
- [TossableRepresentation.SphereFace](tabletopkit/tossablerepresentation/sphereface.md)
- [TossableRepresentation.CubeFace](tabletopkit/tossablerepresentation/cubeface.md)
- [TossableRepresentation.DodecahedronFace](tabletopkit/tossablerepresentation/dodecahedronface.md)
- [TossableRepresentation.IcosahedronFace](tabletopkit/tossablerepresentation/icosahedronface.md)
- [TossableRepresentation.OctahedronFace](tabletopkit/tossablerepresentation/octahedronface.md)
- [TossableRepresentation.TetrahedronFace](tabletopkit/tossablerepresentation/tetrahedronface.md)
