@Properties(inherit=liquidfun.class) public class b2SimplexCache extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
b2SimplexCache()
Default native constructor.
|
b2SimplexCache(long size)
Native array allocator.
|
b2SimplexCache(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
b2SimplexCache |
count(int setter) |
BytePointer |
indexA() |
short |
indexA(int i)
vertices on shape A
|
b2SimplexCache |
indexA(int i,
short setter) |
BytePointer |
indexB() |
short |
indexB(int i)
vertices on shape B
|
b2SimplexCache |
indexB(int i,
short setter) |
float |
metric()
length or area
|
b2SimplexCache |
metric(float setter) |
b2SimplexCache |
position(long position) |
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 b2SimplexCache()
public b2SimplexCache(long size)
Pointer.position(long).public b2SimplexCache(Pointer p)
Pointer.Pointer(Pointer).public b2SimplexCache position(long position)
public b2SimplexCache metric(float setter)
public b2SimplexCache count(int setter)
public b2SimplexCache indexA(int i, short setter)
@MemberGetter @Cast(value="uint8*") public BytePointer indexA()
public b2SimplexCache indexB(int i, short setter)
@MemberGetter @Cast(value="uint8*") public BytePointer indexB()
Copyright © 2019. All rights reserved.