API Reference > geometry-core > CartesianGeometry > Plane3dByOriginAndUnitNormal > createPointPointVectorInPlane createPointPointVectorInPlane MethodStatic Create a plane defined by two points and an in-plane vector. createPointPointVectorInPlane(pointA: Point3d, pointB: Point3d, vector: Vector3d): Plane3dByOriginAndUnitNormal | undefined Parameter Type Description pointA Point3d any point in the plane pointB Point3d any other point in the plane vector Vector3d any vector in the plane but not parallel to the vector from pointA to pointB Returns - Plane3dByOriginAndUnitNormal | undefined Defined in core/geometry/src/geometry3d/Plane3dByOriginAndUnitNormal.ts Line 108 Last Updated: 13 June, 2024