---
title: "init(position:normal:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/portalcomponent/clippingplane-swift.struct/init(position:normal:)"
---

# init(position:normal:)

Creates a clipping plane at a position and normal direction.

## Declaration

```swift
init(position: SIMD3<Float>, normal: SIMD3<Float>)
```

## Parameters

- `position`: The position of the clipping plane.
- `normal`: The normal of the clipping plane.
