AffineMappingThreePoints: Affine transformation mapping three given points to three...

View source: R/Affine.R

AffineMappingThreePointsR Documentation

Affine transformation mapping three given points to three given points

Description

Return the affine transformation which sends P1 to Q1, P2 to Q2 and P3 to Q3.

Usage

AffineMappingThreePoints(P1, P2, P3, Q1, Q2, Q3)

Arguments

P1, P2, P3

three non-collinear points

Q1, Q2, Q3

three non-collinear points

Value

An Affine object.


PlaneGeometry documentation built on Aug. 10, 2023, 1:09 a.m.