<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LowLevelRenderer/CullConfiguration/Plane/init(position:direction:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer08LowLevelC0C17CullConfigurationV5PlaneV8position9directionAGs5SIMD3VySfG_ALtcfc"
  },
  "title" : "init(position:direction:)"
}
-->

# init(position:direction:)

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

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

## Parameters

`position`

A point that lies on the plane.

`direction`

The outward normal direction of the plane.

---

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)