UtilityPolarPoint(Double, Double, Double) Method

Finds a point by means of polar coordinates.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static double[] PolarPoint(
	double[] refPoint,
	double angle,
	double distance
)

Parameters

refPoint  Double
Initial three-dimensional reference point.
angle  Double
Angle of the resulting point from the initial point.
distance  Double
Distance of the resulting point from the initial point.

Return Value

Double
See Also