---
title: TossableRepresentation.TetrahedronFace
framework: tabletopkit
role: symbol
role_heading: Enumeration
path: tabletopkit/tossablerepresentation/tetrahedronface
---

# TossableRepresentation.TetrahedronFace

One of the faces of a tetrahedron

## Declaration

```swift
enum TetrahedronFace
```

## Topics

### Faces

- [TossableRepresentation.TetrahedronFace.a](tabletopkit/tossablerepresentation/tetrahedronface/a.md)
- [TossableRepresentation.TetrahedronFace.b](tabletopkit/tossablerepresentation/tetrahedronface/b.md)
- [TossableRepresentation.TetrahedronFace.c](tabletopkit/tossablerepresentation/tetrahedronface/c.md)
- [TossableRepresentation.TetrahedronFace.d](tabletopkit/tossablerepresentation/tetrahedronface/d.md)

### Creating a face

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

### Getting the resting orientation

- [restingOrientation](tabletopkit/tossablerepresentation/tetrahedronface/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.DecahedronFace](tabletopkit/tossablerepresentation/decahedronface.md)
- [TossableRepresentation.DodecahedronFace](tabletopkit/tossablerepresentation/dodecahedronface.md)
- [TossableRepresentation.IcosahedronFace](tabletopkit/tossablerepresentation/icosahedronface.md)
- [TossableRepresentation.OctahedronFace](tabletopkit/tossablerepresentation/octahedronface.md)
