Click or drag to resize

GM_ConstantsGM_NORMALIZE_ANGLE_DEG Method

Define macro to normalize an angle value in degrees to [0,360]

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static double GM_NORMALIZE_ANGLE_DEG(
	double ang_deg
)

Parameters

ang_deg
Type: SystemDouble
Angle in degrees to normalize

Return Value

Type: Double
Normalized angle in degrees
See Also