@Properties(inherit=liquidfun.class) public class b2SimplexCache extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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) |
b2SimplexCache |
getPointer(long i) |
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, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic b2SimplexCache()
public b2SimplexCache(long size)
Pointer.position(long).public b2SimplexCache(Pointer p)
Pointer(Pointer).public b2SimplexCache position(long position)
public b2SimplexCache getPointer(long i)
getPointer in class Pointerpublic 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 © 2021. All rights reserved.