Click or drag to resize
AB4D logo

CameraUtilsGetClosestPathStartAngle Method

Returns an adjusted start angle so that the path to the end angle will be the shortest.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static double GetClosestPathStartAngle(
	double startAngle,
	double endAngle
)

Parameters

startAngle  Double
start angle in degrees
endAngle  Double
end angle in degrees

Return Value

Double
adjusted start angle so that the path to the end angle will be the shortest
See Also