@Name(value="cv::Point3_<float>")
@NoOffset
public static class opencv_core.Point3f
extends org.bytedeco.javacpp.FloatPointer
| Constructor and Description |
|---|
Point3f()
default constructor
|
Point3f(float _x,
float _y,
float _z) |
Point3f(long size)
Native array allocator.
|
Point3f(opencv_core.Point2f pt) |
Point3f(opencv_core.Point3f pt) |
Point3f(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point3f |
cross(opencv_core.Point3f pt)
cross product of the 2 3D points
|
double |
ddot(opencv_core.Point3f pt)
dot product computed in double-precision arithmetics
|
float |
dot(opencv_core.Point3f pt)
dot product
|
opencv_core.Point3f |
position(long position) |
opencv_core.Point3f |
put(opencv_core.Point3f pt) |
float |
x()
x coordinate of the 3D point
|
opencv_core.Point3f |
x(float x) |
float |
y()
y coordinate of the 3D point
|
opencv_core.Point3f |
y(float y) |
float |
z()
z coordinate of the 3D point
|
opencv_core.Point3f |
z(float 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 Point3f(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Point3f(long size)
Pointer.position(long).public Point3f()
public Point3f(float _x,
float _y,
float _z)
public Point3f(@Const @ByRef
opencv_core.Point3f pt)
public Point3f(@Const @ByRef
opencv_core.Point2f pt)
public opencv_core.Point3f position(long position)
position in class org.bytedeco.javacpp.FloatPointer@ByRef @Name(value="operator =") public opencv_core.Point3f put(@Const @ByRef opencv_core.Point3f pt)
public float dot(@Const @ByRef
opencv_core.Point3f pt)
public double ddot(@Const @ByRef
opencv_core.Point3f pt)
@ByVal public opencv_core.Point3f cross(@Const @ByRef opencv_core.Point3f pt)
public float x()
public opencv_core.Point3f x(float x)
public float y()
public opencv_core.Point3f y(float y)
public float z()
public opencv_core.Point3f z(float z)
Copyright © 2018. All rights reserved.