OsApproxEquals

From OpenSimulator

Revision as of 14:42, 20 February 2019 by Ubit (Talk | contribs)

Jump to: navigation, search
integer osApproxEquals(float a, float b)

integer osApproxEquals(float a, float b, float margin)
integer osApproxEquals(vector va, vector vb)
integer osApproxEquals(vector va, vector vb, float margin)
integer osApproxEquals(rotation ra, rotation rb)
integer osApproxEquals(rotation ra, rotation rb, float margin)

returns true (1) if the quantities or all their components do not differ by the margin value or 1e-6 if margin is not provided
Threat Level None
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Notes
Implemented November 20, 2018
Personal tools
General
About This Wiki