@Name(value="cv::Point3_<double>")
@NoOffset
public static class opencv_core.Point3d
extends org.bytedeco.javacpp.DoublePointer
| Constructor and Description |
|---|
Point3d()
default constructor
|
Point3d(double _x,
double _y,
double _z) |
Point3d(long size)
Native array allocator.
|
Point3d(opencv_core.Point2d pt) |
Point3d(opencv_core.Point3d pt) |
Point3d(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3d |
cross(opencv_core.Point3d pt)
cross product of the 2 3D points
|
double |
ddot(opencv_core.Point3d pt)
dot product computed in double-precision arithmetics
|
double |
dot(opencv_core.Point3d pt)
dot product
|
opencv_core.Point3d |
position(long position) |
opencv_core.Point3d |
put(opencv_core.Point3d pt) |
double |
x()
x coordinate of the 3D point
|
opencv_core.Point3d |
x(double x) |
double |
y()
y coordinate of the 3D point
|
opencv_core.Point3d |
y(double y) |
double |
z()
z coordinate of the 3D point
|
opencv_core.Point3d |
z(double z) |
asBuffer, capacity, get, get, get, get, limit, put, put, put, putaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Point3d(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Point3d(long size)
Pointer.position(long).public Point3d()
public Point3d(double _x,
double _y,
double _z)
public Point3d(@Const @ByRef
opencv_core.Point3d pt)
public Point3d(@Const @ByRef
opencv_core.Point2d pt)
public opencv_core.Point3d position(long position)
position in class org.bytedeco.javacpp.DoublePointer@ByRef @Name(value="operator =") public opencv_core.Point3d put(@Const @ByRef opencv_core.Point3d pt)
public double dot(@Const @ByRef
opencv_core.Point3d pt)
public double ddot(@Const @ByRef
opencv_core.Point3d pt)
@ByVal public opencv_core.Point3d cross(@Const @ByRef opencv_core.Point3d pt)
public double x()
public opencv_core.Point3d x(double x)
public double y()
public opencv_core.Point3d y(double y)
public double z()
public opencv_core.Point3d z(double z)
Copyright © 2018. All rights reserved.