---
title: ClothPlaneShape
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothplaneshape
---

# ClothPlaneShape

Shape representing an infinite plane that encloses one half of the world.

## Declaration

```swift
struct ClothPlaneShape
```

## Overview

Overview The plane passes through the entity’s origin with the given normal. Everything on the side opposite the normal (including the plane itself) is considered inside the shape.

## Topics

### Creating a plane shape

- [init(normal:bias:)](realitykit/clothplaneshape/init(normal:bias:).md)

### Configuring the plane

- [bias](realitykit/clothplaneshape/bias.md)

### Instance Properties

- [normal](realitykit/clothplaneshape/normal.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Cloth shapes

- [ClothMeshShape](realitykit/clothmeshshape.md)
- [ClothBoxShape](realitykit/clothboxshape.md)
- [ClothRoundedBoxShape](realitykit/clothroundedboxshape.md)
- [ClothSphereShape](realitykit/clothsphereshape.md)
- [ClothCapsuleShape](realitykit/clothcapsuleshape.md)
- [ClothVolumeShape](realitykit/clothvolumeshape.md)
