@NoOffset @Properties(inherit=opencv_core.class) public class CvPoint3D64f extends AbstractCvPoint3D64f
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvPoint3D64f() |
CvPoint3D64f(long size)
Native array allocator.
|
CvPoint3D64f(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvPoint3D64f |
position(long position) |
double |
x() |
CvPoint3D64f |
x(double setter) |
double |
y() |
CvPoint3D64f |
y(double setter) |
double |
z() |
CvPoint3D64f |
z(double setter) |
get, get, put, put, put, put, put, put, toString
asBuffer, capacity, get, get, limit, put, put, sizeof
address, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvPoint3D64f(Pointer p)
Pointer.Pointer(Pointer)
.public CvPoint3D64f(long size)
Pointer.position(long)
.public CvPoint3D64f()
public CvPoint3D64f position(long position)
position
in class DoublePointer
public double x()
x
in class AbstractCvPoint3D64f
public CvPoint3D64f x(double setter)
x
in class AbstractCvPoint3D64f
public double y()
y
in class AbstractCvPoint3D64f
public CvPoint3D64f y(double setter)
y
in class AbstractCvPoint3D64f
public double z()
z
in class AbstractCvPoint3D64f
public CvPoint3D64f z(double setter)
z
in class AbstractCvPoint3D64f
Copyright © 2020. All rights reserved.