Click or drag to resize

EllipsoidSurfaceCurveInterpolateUsingFraction Method

Provides the location of a point at the indicated portion along the curve.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Cartographic InterpolateUsingFraction(
	double fraction
)

Parameters

fraction
Type: SystemDouble
The portion of the distance between the initial and final points.

Return Value

Type: Cartographic
The planetodetic location of the point along the curve.
See Also