Click or drag to resize
GeCoordinatePolarPoint Method (GeLength, GeAngle)
Returns a polar coordinate given the distance and the angle. The M and Z ordinate values are preserved.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCoordinate PolarPoint(
	GeLength distance,
	GeAngle angle
)

Parameters

distance
Type: FDF.Common.GeometriesGeLength
angle
Type: FDF.Common.GeometriesGeAngle

Return Value

Type: GeCoordinate
Remarks