Package org.opencv.core
Class Point3
java.lang.Object
org.opencv.core.Point3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y -
z
public double z
-
-
Constructor Details
-
Point3
public Point3(double x, double y, double z) -
Point3
public Point3() -
Point3
-
Point3
public Point3(double[] vals)
-
-
Method Details