Learn R Programming

PlaneGeometry (version 1.1.0)

MobiusMappingThreePoints: M<U+00F6>bius transformation mapping three given points to three given points

Description

Return a M<U+00F6>bius transformation which sends P1 to Q1, P2 to Q2 and P3 to Q3.

Usage

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

Arguments

P1, P2, P3

three distinct points, Inf allowed

Q1, Q2, Q3

three distinct points, Inf allowed

Value

A Mobius object.