|
CameraUtilsGetClosestPathStartAngle Method |
Returns an adjusted start angle so that the path to the end angle will be the shortest.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static double GetClosestPathStartAngle(
double startAngle,
double endAngle
)
Parameters
- startAngle Double
- start angle in degrees
- endAngle Double
- end angle in degrees
Return Value
Doubleadjusted start angle so that the path to the end angle will be the shortest
See Also