public class Point extends Object
double
x
y
Point()
Point(double[] vals)
Point(double x, double y)
Point
clone()
dot(Point p)
boolean
equals(Object obj)
int
hashCode()
inside(Rect r)
void
set(double[] vals)
String
toString()
finalize, getClass, notify, notifyAll, wait, wait, wait
public double x
public double y
public Point(double x, double y)
public Point()
public Point(double[] vals)
public void set(double[] vals)
public Point clone()
clone
Object
public double dot(Point p)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public boolean inside(Rect r)
public String toString()
toString
Generated on Thu Jul 25 2019 21:39:44 UTC / OpenCV 3.4.7