Revision Difference
Angle:IsEqualTol#552381
<function name="IsEqualTol" parent="Angle" type="classfunc">
<description>Returns if the angle is equal to another angle with the given tolerance.</description>
<realm>Shared and Menu</realm>
<added>2023.09.06</added>⤶
<added>2023.08.30</added>⤶
<args>
<arg name="compare" type="Angle">The angle to compare to.</arg>
<arg name="tolerance" type="number">The tolerance range.</arg>
</args>
<rets>
<ret name="eq" type="boolean">Are the angles equal or not. </ret>
</rets>
</function>