public static class opencv_core.CvPoint3D64f extends opencv_core.AbstractCvPoint3D64f
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_core.CvPoint3D64f() |
opencv_core.CvPoint3D64f(int size) |
opencv_core.CvPoint3D64f(Pointer p) |
Modifier and Type | Method and Description |
---|---|
opencv_core.CvPoint3D64f |
position(int position) |
double |
x() |
opencv_core.CvPoint3D64f |
x(double x) |
double |
y() |
opencv_core.CvPoint3D64f |
y(double y) |
double |
z() |
opencv_core.CvPoint3D64f |
z(double z) |
get, get, put, put, put, put, put, put, toString
asBuffer, capacity, get, get, limit, put, put
address, asByteBuffer, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, withDeallocator, zero
public opencv_core.CvPoint3D64f()
public opencv_core.CvPoint3D64f(int size)
public opencv_core.CvPoint3D64f(Pointer p)
public opencv_core.CvPoint3D64f position(int position)
position
in class DoublePointer
public double x()
x
in class opencv_core.AbstractCvPoint3D64f
public opencv_core.CvPoint3D64f x(double x)
x
in class opencv_core.AbstractCvPoint3D64f
public double y()
y
in class opencv_core.AbstractCvPoint3D64f
public opencv_core.CvPoint3D64f y(double y)
y
in class opencv_core.AbstractCvPoint3D64f
public double z()
z
in class opencv_core.AbstractCvPoint3D64f
public opencv_core.CvPoint3D64f z(double z)
z
in class opencv_core.AbstractCvPoint3D64f
Copyright © 2014. All Rights Reserved.