Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsIsSame Method

Overload List
 NameDescription
Public methodStatic memberIsSame(BoundingBox, BoundingBox) Returns true if the specified BoundingBox values are same (taking float precision errors into account).
Public methodStatic memberIsSame(Color3, Color3) Returns true if byte values (each color is in range from 0 to 255) of this color are the same as byte values of the other colors.
Public methodStatic memberIsSame(Color4, Color4) Returns true if byte values (each color is in range from 0 to 255) of this color are the same as byte values of the other colors.
Public methodStatic memberIsSame(Single, Single) Checks if a and b are almost equals, taking into account the magnitude of floating point numbers (unlike WithinEpsilon(Single, Single, Single) method). See Remarks. See remarks.
Public methodStatic memberIsSame(Vector2, Vector2) Returns true if the specified Vector2 values are same (taking float precision errors into account).
Public methodStatic memberIsSame(Vector3, Vector3) Returns true if the specified Vector3 values are same (taking float precision errors into account).
Public methodStatic memberIsSame(BoundingBox, BoundingBox, Single) Returns true if the difference between the components in two BoundingBoxes are smaller than the specified tolerance.
Public methodStatic memberIsSame(Color3, Color3, Single) Returns true if color the difference between each color component is smaller than the specified tolerance.
Public methodStatic memberIsSame(Color4, Color4, Single) Returns true if color the difference between each color component is smaller than the specified tolerance.
Public methodStatic memberIsSame(Single, Single, Single) Check is the difference between a and b is smaller than the specified tolerance.
Public methodStatic memberIsSame(Vector2, Vector2, Single) Returns true if the difference between the components in Vector2 are smaller than the specified tolerance.
Public methodStatic memberIsSame(Vector3, Vector3, Single) Returns true if the difference between the components in Vector3 are smaller than the specified tolerance.
Top
See Also