Gets the two focal points of the ellipse in a point set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public PointSet FocalPoints { get; }
Visual Basic (Declaration)
Public ReadOnly Property FocalPoints As PointSet
Visual C++
public:
property PointSet^ FocalPoints {
	PointSet^ get ();
}

Field Value

The two focal points of the ellipse.

Remarks

The sum of the distances of any point on the ellipse to the two focal points is constant.

See Also