Documentation of 'georegression.struct.point.Point3D_I32' Java class
Point3D_I32
georegression.struct.point

Class Point3D_I32

    • Field Detail

      • x

        public int x
      • y

        public int y
      • z

        public int z
    • Constructor Detail

      • Point3D_I32

        public Point3D_I32(int x,
                           int y,
                           int z)
      • Point3D_I32

        public Point3D_I32()
    • Method Detail

      • copy

        public Point3D_I32 copy()
        Description copied from class: GeoTuple
        Generic copy routine. It is recommended that this be overridden with a faster implementation.
        Specified by:
        copy in class GeoTuple<Point3D_I32>
        Returns:
        An exact copy of this GeoTuple.
      • set

        public void set(int x,
                        int y,
                        int z)
      • isIdentical

        public boolean isIdentical(Point3D_I32 p)
      • getX

        public int getX()
      • setX

        public void setX(int x)
      • getY

        public int getY()
      • setY

        public void setY(int y)
      • getZ

        public int getZ()
      • setZ

        public void setZ(int z)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDimension

        public int getDimension()
        Description copied from class: GeoTuple
        The dimensionality of space the tuple is contained in and the number of values it has.
        Specified by:
        getDimension in class GeoTuple<Point3D_I32>
        Returns:
        Dimensionality of the object.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.