isApproximately

inline fun isApproximately(other: AngleF, epsilon: AngleF = AngleF(0.00001f)): Boolean

Returns a value indicating whether this angle is approximately other angle given specified epsilon tolerance.