Click or drag to resize
AB4D logo

CameraUtilsIsClockwiseRotation Method

Returns true if the shortest direction from startAngle to endAngle is in clockwise direction. The angles are specified in degrees.

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

Parameters

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

Return Value

Boolean
true if the shortest direction from startAngle to endAngle is in clockwise direction
See Also