equalsEpsilon
fun equalsEpsilon(other: PerspectiveOffCenterFrustum, relativeEpsilon: Double, absoluteEpsilon: Double? = definedExternally): Boolean(source)
Compares the provided PerspectiveOffCenterFrustum 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 PerspectiveOffCenterFrustum.
relativeEpsilon
The relative epsilon tolerance to use for equality testing.
absoluteEpsilon
The absolute epsilon tolerance to use for equality testing. Default value - relativeEpsilon