Learn R Programming

PlaneGeometry (version 1.3.0)

EllipseFromFociAndOnePoint: Ellipse from foci and one point

Description

Derive the ellipse with given foci and one point on the boundary.

Usage

EllipseFromFociAndOnePoint(F1, F2, P)

Arguments

F1, F2

points, the foci

P

a point on the boundary of the ellipse

Value

An Ellipse object.