Click or drag to resize
GeCoordinateExtendTo Method
Returns a coordinate computed by extending a vector (starting at the current coordinate and ending at the specified coordinate), for the specified length.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCoordinate ExtendTo(
	GeCoordinate other,
	GeLength distance
)

Parameters

other
Type: FDF.Common.GeometriesGeCoordinate
distance
Type: FDF.Common.GeometriesGeLength

Return Value

Type: GeCoordinate
Remarks