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 geometry3d/Plane3dByOriginAndVectors.ts Line 116 Last Updated: 12 June, 2024