@NoOffset @Properties(inherit=opencv_core.class) public class CvPoint2D32f extends AbstractCvPoint2D32f
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvPoint2D32f() |
CvPoint2D32f(long size)
Native array allocator.
|
CvPoint2D32f(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvPoint2D32f |
position(long position) |
float |
x() |
CvPoint2D32f |
x(float setter) |
float |
y() |
CvPoint2D32f |
y(float setter) |
get, get, put, put, put, put, put, put, toString
asBuffer, capacity, get, get, get, get, limit, put, put, 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 CvPoint2D32f(Pointer p)
Pointer.Pointer(Pointer)
.public CvPoint2D32f(long size)
Pointer.position(long)
.public CvPoint2D32f()
public CvPoint2D32f position(long position)
position
in class FloatPointer
public float x()
x
in class AbstractCvPoint2D32f
public CvPoint2D32f x(float setter)
x
in class AbstractCvPoint2D32f
public float y()
y
in class AbstractCvPoint2D32f
public CvPoint2D32f y(float setter)
y
in class AbstractCvPoint2D32f
Copyright © 2020. All rights reserved.