@NoOffset public static class opencv_core.CvPoint2D32f extends opencv_core.AbstractCvPoint2D32f
| Constructor and Description |
|---|
CvPoint2D32f() |
CvPoint2D32f(float _x,
float _y) |
CvPoint2D32f(long size)
Native array allocator.
|
CvPoint2D32f(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint2D32f |
position(long position) |
float |
x() |
opencv_core.CvPoint2D32f |
x(float x) |
float |
y() |
opencv_core.CvPoint2D32f |
y(float y) |
get, get, put, put, put, put, put, put, toStringasBuffer, 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, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvPoint2D32f(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvPoint2D32f(long size)
Pointer.position(long).public CvPoint2D32f(float _x,
float _y)
public CvPoint2D32f()
public opencv_core.CvPoint2D32f position(long position)
position in class org.bytedeco.javacpp.FloatPointerpublic float x()
x in class opencv_core.AbstractCvPoint2D32fpublic opencv_core.CvPoint2D32f x(float x)
x in class opencv_core.AbstractCvPoint2D32fpublic float y()
y in class opencv_core.AbstractCvPoint2D32fpublic opencv_core.CvPoint2D32f y(float y)
y in class opencv_core.AbstractCvPoint2D32fCopyright © 2018. All rights reserved.