 |
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: 12.0.9484.2048
Syntaxpublic 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