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 Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2