OpenCV 2.4.9

org.opencv.core

Class Point3

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double x 
      double y 
      double z 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Point3() 
      Point3(double[] vals) 
      Point3(double x, double y, double z) 
      Point3(Point p) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Point3 clone() 
      Point3 cross(Point3 p) 
      double dot(Point3 p) 
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      void set(double[] vals) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
      • z

        public double z
    • Constructor Detail

      • Point3

        public Point3()
      • Point3

        public Point3(double[] vals)
      • Point3

        public Point3(double x,
              double y,
              double z)
      • Point3

        public Point3(Point p)
    • Method Detail

      • clone

        public Point3 clone()
        Overrides:
        clone in class java.lang.Object
      • dot

        public double dot(Point3 p)
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • set

        public void set(double[] vals)
      • toString

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