[This is preliminary documentation and is subject to change.]
Calculates azimuth for vector in degrees
Namespace: NFX.GeometryAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static double AzimuthDeg(
int centerX,
int centerY,
int pointX,
int pointY
)
public static double AzimuthDeg(
int centerX,
int centerY,
int pointX,
int pointY
)
Public Shared Function AzimuthDeg (
centerX As Integer,
centerY As Integer,
pointX As Integer,
pointY As Integer
) As Double
Public Shared Function AzimuthDeg (
centerX As Integer,
centerY As Integer,
pointX As Integer,
pointY As Integer
) As Double
public:
static double AzimuthDeg(
int centerX,
int centerY,
int pointX,
int pointY
)
public:
static double AzimuthDeg(
int centerX,
int centerY,
int pointX,
int pointY
)
static member AzimuthDeg :
centerX : int *
centerY : int *
pointX : int *
pointY : int -> float
static member AzimuthDeg :
centerX : int *
centerY : int *
pointX : int *
pointY : int -> float
Return Value
Type:
Double