Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsIsFinite Method

Overload List
 NameDescription
Public methodStatic memberIsFinite(Vector2) Returns true when the X and Y values in the vector2 struct are finite, e.g. are not NaN and not Infinity.
Public methodStatic memberIsFinite(Vector3) Returns true when the X, Y and Z values in the vector3 struct are finite, e.g. are not NaN and not Infinity.
Top
See Also