@Namespace(value="ARToolKitPlus") @NoOffset @Properties(inherit=ARToolKitPlus.class) public class CornerPoint extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CornerPoint() |
CornerPoint(int nX,
int nY) |
CornerPoint(long size)
Native array allocator.
|
CornerPoint(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CornerPoint |
position(long position) |
short |
x() |
CornerPoint |
x(short setter) |
short |
y() |
CornerPoint |
y(short setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CornerPoint(Pointer p)
Pointer.Pointer(Pointer).public CornerPoint(long size)
Pointer.position(long).public CornerPoint()
public CornerPoint(int nX,
int nY)
public CornerPoint position(long position)
public short x()
public CornerPoint x(short setter)
public short y()
public CornerPoint y(short setter)
Copyright © 2019. All rights reserved.