HomeSort by relevance Sort by last modified time
    Searched defs:Point3 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/misc/java/src/java/
core+Point3.java 4 public class Point3 {
8 public Point3(double x, double y, double z) {
14 public Point3() {
18 public Point3(Point p) {
24 public Point3(double[] vals) {
41 public Point3 clone() {
42 return new Point3(x, y, z);
45 public double dot(Point3 p) {
49 public Point3 cross(Point3 p)
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 409 milliseconds