<Code Lib>
2020 Method
Changes 0
M

RadialArray.IsRotationAngleValid

Description:
This indicates whether the input angle is valid.

public static bool IsRotationAngleValid(
	double angle
)

Return Value bool True if the value of angle is not zero and not a multiple of 2*PI, false otherwise.

Loading…