Class Point3dDifference

    • Method Detail

      • construct

        public static IDifference construct​(String name,
                                            javax.vecmath.Point3d first,
                                            javax.vecmath.Point3d second)
        Constructs a new IDifference object.
        Parameters:
        name - a name reflecting the nature of the created IDifference
        first - the first object to compare
        second - the second object to compare
        Returns:
        an IDifference reflecting the differences between the first and second object