equalsEpsilon
fun equalsEpsilon(other: OrthographicOffCenterFrustum, relativeEpsilon: Double, absoluteEpsilon: Double? = definedExternally): Boolean(source)
Compares the provided OrthographicOffCenterFrustum componentwise and returns true if they pass an absolute or relative tolerance test, false otherwise.
Return
true if this and other are within the provided epsilon, false otherwise.
Parameters
other
The right hand side OrthographicOffCenterFrustum.
relativeEpsilon
The relative epsilon tolerance to use for equality testing.
absoluteEpsilon
The absolute epsilon tolerance to use for equality testing. Default value - relativeEpsilon