AffineMappingEllipse2Ellipse | R Documentation |
Return the affine transformation which transforms
ell1
to ell2
.
AffineMappingEllipse2Ellipse(ell1, ell2)
ell1, ell2 |
|
An Affine
object.
ell1 <- Ellipse$new(c(1,1), 5, 1, 30)
( ell2 <- Ellipse$new(c(4,-1), 3, 2, 50) )
f <- AffineMappingEllipse2Ellipse(ell1, ell2)
f$transformEllipse(ell1) # should be ell2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.