API Reference > geometry-core > CartesianGeometry > Plane3dByOriginAndVectors > createOriginAndTargets createOriginAndTargets MethodStatic Define a plane by three points in the plane. createOriginAndTargets(origin: Point3d, targetU: Point3d, targetV: Point3d, result?: Plane3dByOriginAndVectors): Plane3dByOriginAndVectors Parameter Type Description origin Point3d origin for the parameterization. targetU Point3d target point for the vectorU starting at the origin. targetV Point3d target point for the vectorV originating at the origin. result Plane3dByOriginAndVectors optional result. Returns - Plane3dByOriginAndVectors Defined in core/geometry/src/geometry3d/Plane3dByOriginAndVectors.ts Line 115 Last Updated: 13 June, 2024