Click or drag to resize
AB4D logo

MathUtilsIsSame Method

Overload List
 NameDescription
Public methodStatic memberIsSame(Double, Double) Returns true if value1 is same as value2 (taking double precision errors into account).
Public methodStatic memberIsSame(Point, Point) Returns true if the specified Point are same (taking double precision errors into account).
Public methodStatic memberIsSame(Point3D, Point3D) Returns true if the specified Point3D are same (taking double precision errors into account).
Public methodStatic memberIsSame(Vector3D, Vector3D) Returns true if the specified Vector3D are same (taking double precision errors into account).
Top
See Also