Tesla Graphics Engine Documentation (January 2012)
NearEpsilon Method (a, b)
TeslaTesla.MathMathUtilsNearEpsilon(Single, Single)
Checks if the values a and b are within float.Epsilon
Declaration Syntax
C#
public static bool NearEpsilon(
	float a,
	float b
)
Parameters
a (Single)
First value
b (Single)
Second value
Return Value
True if within range

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)