|
CameraUtilsIsClockwiseRotation Method |
Returns true if the shortest direction from startAngle to endAngle is in clockwise direction.
The angles are specified in degrees.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static bool IsClockwiseRotation(
double startAngle,
double endAngle
)
Parameters
- startAngle Double
- start angle in degrees
- endAngle Double
- end angle in degrees
Return Value
Booleantrue if the shortest direction from startAngle to endAngle is in clockwise direction
See Also