---
title: "init(position:direction:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/lowlevelrenderer/cullconfiguration/plane/init(position:direction:)"
---

# init(position:direction:)

Creates a plane from a point on the plane and an outward normal direction.

## Declaration

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

## Parameters

- `position`: A point that lies on the plane.
- `direction`: The outward normal direction of the plane.

## See Also

### Creating a plane

- [init(position0:position1:position2:)](realitykit/lowlevelrenderer/cullconfiguration/plane/init(position0:position1:position2:).md)
