UtilityPolarPoint(Double, Double, Double) Method |
Finds a point by means of polar coordinates.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static double[] PolarPoint(
double[] refPoint,
double angle,
double distance
)
Public Shared Function PolarPoint (
refPoint As Double(),
angle As Double,
distance As Double
) As Double()
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