Packages

 

com.aspose.cad.fileformats.iges.commondefinitions

Class Point3D

  • java.lang.Object
    • com.aspose.ms.System.ValueType<T>
      • com.aspose.ms.lang.Struct<Point3D>
        • com.aspose.cad.fileformats.iges.commondefinitions.Point3D
  • All Implemented Interfaces:
    Cloneable


    public class Point3D
    extends com.aspose.ms.lang.Struct<Point3D>
    implements Cloneable

    Structure that defines a point in 3D space with X,Y and Z coordinates

    • Field Detail

      • X

        public double X

        X coordinate

      • Y

        public double Y

        Y coordinate

      • Z

        public double Z

        Z coordinate

    • Constructor Detail

      • Point3D

        public Point3D()
      • Point3D

        public Point3D(double x,
                       double y,
                       double z)

        Constructor for Point3D from separate X,Y,Z coordinates

        Parameters:
        x - X coordinate
        y - Y coordinate
        z - Z coordinate
    • Method Detail

      • CloneTo

        public void CloneTo(Point3D that)
        Specified by:
        CloneTo in class com.aspose.ms.System.ValueType<Point3D>
      • Clone

        public Point3D Clone()
        Specified by:
        Clone in class com.aspose.ms.System.ValueType<Point3D>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isEquals

        public static boolean isEquals(Point3D obj1,
                                       Point3D obj2)