init(position:direction:)
Creates a plane from a point on the plane and an outward normal direction.
Declaration
init(position: SIMD3<Float>, direction: SIMD3<Float>)Parameters
- position:
A point that lies on the plane.
- direction:
The outward normal direction of the plane.