<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TossableRepresentation/SphereFace",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit22TossableRepresentationV10SphereFaceV"
  },
  "title" : "TossableRepresentation.SphereFace"
}
-->

# TossableRepresentation.SphereFace

An object that represents an infinitely small area on the surface of a sphere (effectively a point).

```
struct SphereFace
```

## Topics

### Creating a sphere face

[`init(latitude: Angle2D, longitude: Angle2D)`](/documentation/TabletopKit/TossableRepresentation/SphereFace/init(latitude:longitude:))

[`init(restingOrientation: Rotation3D)`](/documentation/TabletopKit/TossableRepresentation/SphereFace/init(restingOrientation:))

Constructs the face in contact with the table when the equipment has the given resting orientation.
If the resting orientation is an unexpected rotation, constructs the face corresponding to the closest expected orientation.

### Getting the sphere face properties

[`var latitude: Angle2D`](/documentation/TabletopKit/TossableRepresentation/SphereFace/latitude)

[`var longitude: Angle2D`](/documentation/TabletopKit/TossableRepresentation/SphereFace/longitude)

[`var restingOrientation: Rotation3D`](/documentation/TabletopKit/TossableRepresentation/SphereFace/restingOrientation)

Provides the resting orientation for when this face is in contact with the table.

## Relationships

### Conforms To

[`TossableFace`](/documentation/TabletopKit/TossableRepresentation/TossableFace)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)