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.

Defined in

Last Updated: 08 January, 2020