AffineMappingThreePoints | R Documentation |
Return the affine transformation which sends
P1
to Q1
, P2
to Q2
and P3
to Q3
.
AffineMappingThreePoints(P1, P2, P3, Q1, Q2, Q3)
P1, P2, P3 |
three non-collinear points |
Q1, Q2, Q3 |
three non-collinear points |
An Affine
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.