| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3i |
opencv_core.Point3i.cross(opencv_core.Point3i pt)
cross product of the 2 3D points
|
opencv_core.Point3i |
opencv_core.Point3i.position(int position) |
opencv_core.Point3i |
opencv_core.Point3i.put(opencv_core.Point3i pt) |
opencv_core.Point3i |
opencv_core.Point3i.x(int x) |
opencv_core.Point3i |
opencv_core.Point3i.y(int y) |
opencv_core.Point3i |
opencv_core.Point3i.z(int z) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3i |
opencv_core.Point3i.cross(opencv_core.Point3i pt)
cross product of the 2 3D points
|
double |
opencv_core.Point3i.ddot(opencv_core.Point3i pt)
dot product computed in double-precision arithmetics
|
int |
opencv_core.Point3i.dot(opencv_core.Point3i pt)
dot product
|
opencv_core.Point3i |
opencv_core.Point3i.put(opencv_core.Point3i pt) |
| Constructor and Description |
|---|
opencv_core.Point3i(opencv_core.Point3i pt) |
Copyright © 2014. All Rights Reserved.