@Name(value="int4") @NoOffset @Properties(inherit=LinearMath.class) public class Int4 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Int4() |
Int4(int _x,
int _y,
int _z,
int _w) |
Int4(long size)
Native array allocator.
|
Int4(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IntPointer |
get(int i) |
Int4 |
getPointer(long i) |
Int4 |
position(long position) |
int |
w() |
Int4 |
w(int setter) |
int |
x() |
Int4 |
x(int setter) |
int |
y() |
Int4 |
y(int setter) |
int |
z() |
Int4 |
z(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Int4(Pointer p)
Pointer(Pointer).public Int4(long size)
Pointer.position(long).public Int4()
public Int4(int _x,
int _y,
int _z,
int _w)
public Int4 getPointer(long i)
getPointer in class Pointerpublic int x()
public Int4 x(int setter)
public int y()
public Int4 y(int setter)
public int z()
public Int4 z(int setter)
public int w()
public Int4 w(int setter)
@ByRef @Name(value="operator []") public IntPointer get(int i)
Copyright © 2024. All rights reserved.