Share

Utility.PolarPoint(Double[], Double, Double) Method

Finds a point by means of polar coordinates.



Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public static double[] PolarPoint(
	double[] refPoint,
	double angle,
	double distance
)

VB

Public Shared Function PolarPoint ( 
	refPoint As Double(),
	angle As Double,
	distance As Double
) As Double()

C++

public:
static array<double>^ PolarPoint(
	array<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

Reference

Was this information helpful?