@Namespace(value="ARToolKitPlus") @NoOffset public static class ARToolKitPlus.CornerPoint extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CornerPoint() |
CornerPoint(int size)
Native array allocator.
|
CornerPoint(int nX,
int nY) |
CornerPoint(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ARToolKitPlus.CornerPoint |
position(int position) |
short |
x() |
ARToolKitPlus.CornerPoint |
x(short x) |
short |
y() |
ARToolKitPlus.CornerPoint |
y(short y) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic CornerPoint(Pointer p)
Pointer.Pointer(Pointer).public CornerPoint(int size)
Pointer.position(int).public CornerPoint()
public CornerPoint(int nX,
int nY)
public ARToolKitPlus.CornerPoint position(int position)
public short x()
public ARToolKitPlus.CornerPoint x(short x)
public short y()
public ARToolKitPlus.CornerPoint y(short y)
Copyright © 2015. All Rights Reserved.