Click or drag to resize
IGeConic Interface

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeConic : IGeCurve

The IGeConic type exposes the following members.

Properties
  NameDescription
Public propertyEccentricity
Returns measure of how much the conic section deviates from being circular.
Public propertyFocalParameter
Returns distance from the focus (or one of the two foci) to the directrix of a conic section.
Public propertyLinearEccentricity
Returns distance between the center and the focus (or one of the two foci) of a conic section.
Public propertySemiLatusRectum
Returns a chord parallel to the directrix and passing through the focus (or one of the two foci) of a conic section.
Top
Methods
  NameDescription
Public methodTangent
Returns tangent vector of a conic section at the specified point.
Top
See Also